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

void Impala::Core::Stream::RgbDataSrc::MatchData ( UInt8 dP,
UInt8 dataCopy,
int  numBytes 
) const [inline, protected]

Definition at line 393 of file RgbDataSrc.h.

References ILOG_DEBUG.

00394     {
00395         for (int i = 0; i < numBytes; i++)
00396             if (dP[i] != dataCopy[i])
00397             {
00398                 ILOG_DEBUG("mismatch for i=" << i << " ; stored value=" << (int) dataCopy[i] << " and current value=" << (int) dP[i]);
00399                 break;
00400             }
00401     }


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