Definition at line 212 of file RgbDataSrcLavcTestGUI.h. References Impala::Visualization::PropertyHolder::UpdateCtrl(). Referenced by Impala::Visualization::RgbDataSrcLavcTestGUI::HandleNewFrame(), and Impala::Visualization::AVFormatDD::Update(). 00212 { 00213 UpdateCtrl("pos",p->pos); 00214 UpdateCtrl("pts",p->pts); 00215 UpdateCtrl("dts",p->dts); 00216 UpdateCtrl("size",p->size); 00217 UpdateCtrl("stream_index",p->stream_index); 00218 UpdateCtrl("flags",std::string(p->flags?"KeyFrame":"Non-KeyFrame")); 00219 UpdateCtrl("duration",p->duration); 00220 }
Here is the call graph for this function:
|