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

const AVIndexEntry* Impala::Core::Stream::Lavc::VideoAccessObject::NativeIndexEntries (  )  const [inline]

Definition at line 174 of file VideoAccessObject.h.

References mFormatCtx, and mVideoStream.

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

00175     {
00176         AVIndexEntry *idx = mVideoStream->index_entries;
00177         if (idx && (mFormatCtx->flags & AVFMT_FLAG_IGNIDX))
00178             idx = 0;
00179         return idx;
00180     }


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