Home || Visual Search || Applications || Architecture || 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 469 of file RgbDataSrc.h.

References mBlankFrames, and mLastFrame.

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

00470     {
00471         if (frameNr < mBlankFrames)
00472             return false;
00473 
00474         if (frameNr > mLastFrame)
00475             return false;
00476 
00477         return true;
00478     }


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