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

virtual bool Impala::Core::Stream::RgbDataSrc::FrameValid ( int  frameNr  )  const [inline, protected, virtual]

Reimplemented in Impala::Core::Stream::RgbDataSrcInfo.

Definition at line 450 of file RgbDataSrc.h.

References mBlankFrames, and mLastFrame.

Referenced by DataPtr(), and Impala::Core::Stream::RgbDataSrcInfo::FrameValid().

00451     {
00452         if (frameNr < mBlankFrames)
00453             return false;
00454 
00455         if (frameNr > mLastFrame)
00456             return false;
00457 
00458         return true;
00459     }


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