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

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

Reimplemented from Impala::Core::Stream::RgbDataSrc.

Definition at line 569 of file RgbDataSrcInfo.h.

References Impala::Core::Stream::RgbDataSrc::FrameValid(), and mBadFrameNrs.

Referenced by Impala::Core::Stream::RgbDataSrcLavc::FrameHashBeforeConversion(), Impala::Core::Stream::RgbDataSrcLavc::ReadFrameData(), and Impala::Core::Stream::RgbDataSrcLavc::ReadToTarget().

00570     {
00571         if (!RgbDataSrc::FrameValid(frameNr))
00572             return false;
00573 
00574         for (int i = 0; i < mBadFrameNrs.size(); i++)
00575             if (mBadFrameNrs[i] == frameNr)
00576                 return false;
00577 
00578         return true;
00579     }

Here is the call graph for this function:


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