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

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

Implements Impala::Core::Stream::Lavc::VideoAccessStrategy.

Definition at line 41 of file StrategyUsingNativeIndex.h.

References FrameIsBadInNativeIndex().

00042     {
00043         // frames recognized by lavc to be bad, can not be read
00044         return !FrameIsBadInNativeIndex(frameNr);
00045     }

Here is the call graph for this function:


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