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

int Impala::Core::Stream::Lavc::VideoAccessObject::NativeIndexSize (  )  const [inline]

Definition at line 183 of file VideoAccessObject.h.

References mVideoStream, and NativeIndexValid().

Referenced by Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::ScanProtected(), and Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::StrategyUsingNativeIndex().

00184     {
00185         if (NativeIndexValid())
00186             return mVideoStream->nb_index_entries;
00187         return 0;
00188     }

Here is the call graph for this function:


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