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

void Impala::Core::Stream::RgbDataSrcInfo::AddIndex ( int  fr,
int  key,
UInt64  pos,
CString  hash 
) [inline, protected]

Definition at line 474 of file RgbDataSrcInfo.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), Impala::Core::Stream::RgbDataSrc::HASH_SIZE, ILOG_WARN, Impala::Core::Stream::RgbDataSrc::mBlankFrames, mIndex, Impala::Core::Stream::RgbDataSrc::mNewImpl, and Impala::Core::Table::Table::Size().

Referenced by Impala::Core::Stream::RgbDataSrcLavc::PopulateIndex().

00475     {
00476         if (fr != (mIndex->Size() + (mNewImpl ? 0 : mBlankFrames))) // for backw.compat.
00477             ILOG_WARN("Frame numbers mismatch " << fr << " != " << mIndex->Size());
00478         FixedString fStr(HASH_SIZE, (char*) hash.c_str(), false);
00479         mIndex->Add(fr, key, pos, fStr);
00480     }

Here is the call graph for this function:


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