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

int Impala::Core::Stream::Lavc::VideoIndex::EntryNr ( int  frameNr  )  const [inline, private]

Definition at line 158 of file VideoIndex.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Min(), mSeekTable, and NrOfEntries().

Referenced by IsSeekable(), SeekTarget(), and SetNotSeekable().

00159     {
00160         const int maxIndex = Impala::Min(NrOfEntries() - 1, frameNr);
00161         for (int i = 0; i <= maxIndex; i++)
00162             if (mSeekTable.Get1(i) == frameNr)
00163                 return i;
00164         return -1;
00165     }

Here is the call graph for this function:


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