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

int Impala::Core::Stream::RgbDataSrcInfo::GetFrameFromHash ( String  hash  )  const [inline, protected]

Definition at line 523 of file RgbDataSrcInfo.h.

References GetHash(), Impala::Core::Stream::RgbDataSrc::mBlankFrames, mIndex, and Impala::Core::Table::Table::Size().

00524     {
00525         for (int i = mBlankFrames; i < mIndex->Size(); i++)
00526             if (GetHash(i) == hash)
00527                 return i;
00528 
00529         return -1;
00530     }

Here is the call graph for this function:


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