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

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

Definition at line 524 of file RgbDataSrcInfo.h.

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

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

Here is the call graph for this function:


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