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

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

Definition at line 182 of file VideoAccessObject.h.

References mFormatCtx, and mVideoStream.

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

00183     {
00184         AVIndexEntry *idx = mVideoStream->index_entries;
00185         if (idx && (mFormatCtx->flags & AVFMT_FLAG_IGNIDX))
00186             idx = 0;
00187         return idx;
00188     }


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