Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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_protected(), Impala::Core::Stream::Lavc::VideoAccessObject::CurrentHash(), 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 Fri Mar 19 10:57:44 2010 for ImpalaSrc by  doxygen 1.5.1