Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 568 of file RgbDataSrcInfo.h.

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

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

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

Here is the call graph for this function:


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