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

UInt64 Impala::Core::Stream::Lavc::VideoIndex::SeekTarget ( int  frameNr  )  const [inline]

Definition at line 47 of file VideoIndex.h.

References EntryNr(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get3(), ILOG_ERROR, and mSeekTable.

00048     {
00049         const int entryNr = EntryNr(frameNr);
00050         if (entryNr >= 0)
00051             return mSeekTable.Get3(entryNr);
00052 
00053         ILOG_ERROR("Unknown frame nr: " << frameNr);
00054         return -1;
00055     }

Here is the call graph for this function:


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