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

bool Impala::Core::Stream::Lavc::VideoIndex::SetNotSeekable ( int  frameNr  )  [inline]

Definition at line 70 of file VideoIndex.h.

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

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

00071     {
00072         const int entryNr = EntryNr(frameNr);
00073         if (entryNr < 0)
00074         {
00075             ILOG_ERROR("Unknown frame nr: " << frameNr);
00076             return false;
00077         }
00078 
00079         mSeekTable.Set2(entryNr, 0);
00080         return true;
00081     }

Here is the call graph for this function:


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