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

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

Definition at line 110 of file RgbDataSrcLavc.h.

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

Referenced by Init().

00111     {
00112         Reset();
00113         const int firstValidFrame = LeadingBadFrames();
00114         if (!SeekFrame(firstValidFrame))
00115             return false;
00116         mLastDecodedFrameNr = mBufferedFrameNr = mCurrentFrameNr = firstValidFrame;
00117         return true;
00118     }

Here is the call graph for this function:


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