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

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

Definition at line 413 of file RgbDataSrc.h.

References ILOG_DEBUG.

00414     {
00415         for (int i = 0; i < numBytes; i++)
00416             if (dP[i] != dataCopy[i])
00417             {
00418                 ILOG_DEBUG("mismatch for i=" << i << " ; stored value=" << (int) dataCopy[i] << " and current value=" << (int) dP[i]);
00419                 break;
00420             }
00421     }


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