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

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

Definition at line 301 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().

00302     {
00303         if (mScanDataPresent)
00304             return String(mFrames->Get5(frameNr).GetData(), HASH_SIZE);
00305 
00306         ILOG_ERROR("[FrameHash] No scan data");
00307         return "";
00308     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:18:48 2010 for ImpalaSrc by  doxygen 1.5.1