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

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

Definition at line 326 of file VideoAccessStrategy.h.

References GetJumpFlags(), and Jump().

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

00327     {
00328         const bool mustBeKey = true;
00329         const int flushMode = 2; // flush (if applies) after the jump
00330         return Jump(target, GetJumpFlags(), mustBeKey, flushMode);
00331     }

Here is the call graph for this function:


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