Definition at line 184 of file VideoPlayer.h. References mOglView, mRgbDataSrc, ReadFrameIntoOglImage(), Impala::Core::Stream::RgbDataSrc::Reset(), and Stop(). Referenced by Impala::Visualization::VideoTimeLine::HandleNewVideo(), Impala::Visualization::SimilarityTimeLineVideo::HandleNewVideo(), KeyboardFunc(), and Impala::Visualization::VideoPlayerControl::OnRadioButton(). 00185 { 00186 Stop(); 00187 if (mRgbDataSrc) 00188 { 00189 mRgbDataSrc->Reset(); 00190 ReadFrameIntoOglImage(mRgbDataSrc, mOglView->im); 00191 } 00192 }
Here is the call graph for this function:
|