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

virtual String Impala::Core::Stream::RgbDataSrc::CalcHash_protected (  )  const [inline, protected, virtual]

Calculate the MD5Hash of the actual frame data; To be renamed into 'CalcHash'.

Definition at line 408 of file RgbDataSrc.h.

References DataPtr(), FrameHeight(), FrameWidth(), and Impala::Core::Array::MD5Hash().

Referenced by Impala::Core::Stream::RgbDataSrcLavc::CheckMD5Hash(), and GetHash().

00409     {
00410         Array::Array2dVec3UInt8* arr =
00411             new Array::Array2dVec3UInt8(FrameWidth(), FrameHeight(), 0, 0,
00412                                  DataPtr(), true, false);
00413         String hash = Array::MD5Hash(arr);
00414         delete arr;
00415         return hash;
00416     }

Here is the call graph for this function:


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