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

virtual void Impala::Core::Stream::RgbDataSrc::Reset (  )  [inline, virtual]

Reimplemented in Impala::Core::Stream::RgbDataSrcLavc, and Impala::Core::Stream::RgbDataSrcLavc_old.

Definition at line 343 of file RgbDataSrc.h.

References ILOG_INFO, mCurrentFrameNr, mFrameNr, and mNewImpl.

Referenced by Impala::Application::Video::DemoVideo(), Impala::Visualization::AppControlSrc::Done(), Impala::Visualization::VideoPlayer::OpenVideo(), and Impala::Visualization::VideoPlayer::Reset().

00344     {
00345         if (!mNewImpl)
00346         {
00347             ILOG_INFO("Using deprecated code within Reset()");
00348             mFrameNr = -1; // for backw.compat.
00349         }
00350 
00351         mCurrentFrameNr = -1;
00352     }


Generated on Thu Jan 13 09:20:29 2011 for ImpalaSrc by  doxygen 1.5.1