Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::ByteIOContextDD::Update ( ByteIOContext *  b  )  [inline]

Definition at line 283 of file RgbDataSrcLavcTestGUI.h.

References Impala::Visualization::PropertyHolder::UpdateCtrl().

Referenced by Impala::Visualization::AVFormatDD::Update().

00284     {
00285         UpdateCtrl("pos",b->pos);
00286         UpdateCtrl("fpos",url_ftell(b));
00287         UpdateCtrl("must_flush",b->must_flush);
00288         UpdateCtrl("eof_reached",b->eof_reached);
00289         UpdateCtrl("write_flag",b->write_flag);
00290         UpdateCtrl("is_streamed",b->is_streamed);
00291         UpdateCtrl("max_packet_size",b->max_packet_size);
00292         UpdateCtrl("error",b->error);
00293     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:50 2011 for ImpalaSrc by  doxygen 1.5.1