Definition at line 165 of file VideoPlayer.h. References Impala::Core::Stream::RgbDataSrc::FrameNr(), mEndFrame, mIncrement, mLastTime, OglGui::OglWindow::mOglWnd, mPlaying, mRgbDataSrc, mTimer, Rewind(), and Impala::Timer::SplitTime(). Referenced by FFwd(), Impala::Visualization::SegmentationDocumentGuiAnno::HandleNewKey(), Impala::Application::IDash::NfiSixView::Init(), KeyboardFunc(), Impala::Visualization::VideoPlayerControl::OnRadioButton(), and Impala::Application::IDash::ScreenReconstruction::Play(). 00166 { 00167 if (!mRgbDataSrc) 00168 return; 00169 if (mRgbDataSrc->FrameNr() >= mEndFrame) 00170 Rewind(); 00171 mPlaying = true; 00172 mIncrement = 1; 00173 mLastTime = mTimer->SplitTime(); 00174 oglSys.SetAlwaysDraw(mOglWnd, true); 00175 }
Here is the call graph for this function:
|