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

int Impala::Core::Stream::Lavc::VideoIndex::NrOfSeekableFrames (  )  const [inline]

Definition at line 84 of file VideoIndex.h.

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

Referenced by Impala::Core::Stream::Lavc::VideoAccessStrategy::ConstructIndex().

00085     {
00086         int nrOfSeekableFrames = 0;
00087         const int nrOfEntries = NrOfEntries();
00088         for (int i = 0; i < nrOfEntries; i++)
00089             if (mSeekTable.Get2(i) != 0)
00090                 nrOfSeekableFrames++;
00091         return nrOfSeekableFrames;
00092     }

Here is the call graph for this function:


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