Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 320 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().

00321     {
00322         if (!mNewImpl)
00323         {
00324             ILOG_INFO("Using deprecated code within Reset()");
00325             mFrameNr = -1; // for backw.compat.
00326         }
00327 
00328         mCurrentFrameNr = -1;
00329     }


Generated on Fri Mar 19 11:17:08 2010 for ImpalaSrc by  doxygen 1.5.1