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

bool Impala::Core::Stream::Lavc::VideoAccessStrategy::JumpToFramePosition ( const UInt64 target  )  const [inline]

Definition at line 311 of file VideoAccessStrategy.h.

References GetJumpFlags(), and Jump().

Referenced by Impala::Core::Stream::RgbDataSrcLavc::SeekFrame().

00312     {
00313         const bool mustBeKey = true;
00314         const int flushMode = 2; // flush (if applies) after the jump
00315         return Jump(target, GetJumpFlags(), mustBeKey, flushMode);
00316     }

Here is the call graph for this function:


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