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

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

Definition at line 473 of file RgbDataSrcInfo.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), 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().

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

Here is the call graph for this function:


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