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

bool Impala::Core::Stream::RgbDataSrcLavc::IncurExtraLavcInitialization (  )  [inline, private]

Definition at line 92 of file RgbDataSrcLavc.h.

References Impala::Core::Stream::RgbDataSrc::LeadingBadFrames(), mBufferedFrameNr, Impala::Core::Stream::RgbDataSrc::mCurrentFrameNr, mLastDecodedFrameNr, Reset(), and SeekFrame().

Referenced by Init().

00093     {
00094         Reset();
00095         const int firstValidFrame = LeadingBadFrames();
00096         if (!SeekFrame(firstValidFrame))
00097             return false;
00098         mLastDecodedFrameNr = mBufferedFrameNr = mCurrentFrameNr = firstValidFrame;
00099         return true;
00100     }

Here is the call graph for this function:


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