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

template<class ArrayT>
std::string Impala::Core::Array::MD5Hash ( ArrayT *&  src  )  [inline]

Definition at line 17 of file MD5Hash.h.

Referenced by Impala::Core::Stream::RgbDataSrc::CalcHash(), Impala::Core::Stream::Lavc::VideoAccessObject::CurrentHash(), Impala::Core::Stream::Lavc::VideoAccessObject::CurrentHashBeforeConversion(), and Impala::Core::Stream::RgbDataSrcLavc_old::PopulateMpegIndexBase().

00018 {
00019     hashwrapper *hw = new md5wrapper();
00020     std::string hash = hw->getHashFromData((unsigned char*)src->PB(),
00021                                     src->W()*src->H()*src->ElemSize());
00022     delete hw;
00023     return hash;
00024 
00025 }


Generated on Thu Jan 13 09:17:06 2011 for ImpalaSrc by  doxygen 1.5.1