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

bool Impala::Core::Stream::RgbDataSrcMpeg2::ReadFrameData (  )  [inline, protected, virtual]

Implements Impala::Core::Stream::RgbDataSrc.

Definition at line 48 of file RgbDataSrcMpeg2.h.

References Impala::Core::Stream::RgbDataSrc::FrameNr(), Impala::Core::Stream::RgbDataSrc::mData, and mSrcHandle.

00049     {
00050         mData = CxMpeg2GetFrame(mSrcHandle, FrameNr());
00051         //if (CxMpeg2TheEnd(mSrcHandle))
00052         //    mLastFrame = FrameNr()-1;
00053         return true;
00054     }

Here is the call graph for this function:


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