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

bool Impala::Core::Stream::RgbDataSrcInfo::MarkBadFrame ( int  frameNr  )  [inline, protected]

Definition at line 582 of file RgbDataSrcInfo.h.

References mBadFrameNrs.

Referenced by Impala::Core::Stream::RgbDataSrcLavc::PopulateIndex(), ReadInfo(), Impala::Core::Stream::RgbDataSrcLavc::ReadToTarget(), and Impala::Core::Stream::RgbDataSrcLavc::Scan().

00583     {
00584         for (int i = 0; i < mBadFrameNrs.size(); i++)
00585             if (mBadFrameNrs[i] == frameNr)
00586                 return false;
00587 
00588         mBadFrameNrs.push_back(frameNr);
00589         return true;
00590     }


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