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

bool Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::FrameIsBadInNativeIndex ( int  frameNr  )  const [inline, private]

Definition at line 304 of file StrategyUsingNativeIndex.h.

References Impala::Core::Stream::Lavc::VideoAccessStrategy::mVao, and Impala::Core::Stream::Lavc::VideoAccessObject::NativeIndexEntries().

Referenced by FrameCanBeRead(), and ScanProtected().

00305     {
00306         const AVIndexEntry* const nativeIndex = mVao->NativeIndexEntries();
00307         const int indexFlags = nativeIndex[frameNr].flags;
00308         const bool isBad = (nativeIndex[frameNr].size <= 0) ||
00309             (indexFlags != 0 && indexFlags != AVINDEX_KEYFRAME);
00310         return isBad;
00311     }

Here is the call graph for this function:


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