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

String Impala::Core::Stream::Lavc::VideoAccessStrategy::FrameHash ( int  frameNr  )  const [inline]

Definition at line 316 of file VideoAccessStrategy.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get5(), HASH_SIZE, ILOG_ERROR, mFrames, and mScanDataPresent.

Referenced by FrameIsStable(), and Impala::Core::Stream::RgbDataSrcLavc::PopulateIndex().

00317     {
00318         if (mScanDataPresent)
00319             return String(mFrames->Get5(frameNr).GetData(), HASH_SIZE);
00320 
00321         ILOG_ERROR("[FrameHash] No scan data");
00322         return "";
00323     }

Here is the call graph for this function:


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