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

Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::StrategyUsingNativeIndex ( const Lavc::VideoAccessObject *const   vao  )  [inline]

Definition at line 21 of file StrategyUsingNativeIndex.h.

References ILOG_DEBUG, Impala::Core::Stream::Lavc::VideoAccessObject::NativeIndexSize(), and Impala::Core::Stream::Lavc::VideoAccessStrategy::SetNrOfFrames().

00022         : VideoAccessStrategy(vao)
00023     {
00024         SetNrOfFrames(vao->NativeIndexSize());
00025 
00026         ILOG_DEBUG("Applying video access strategy using libavcodec's " <<
00027             "native frame index, measuring in PTS");
00028     }

Here is the call graph for this function:


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