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

bool Impala::Core::Stream::Lavc::VideoAccessStrategy::IndexValid ( const VideoIndex idx  )  const [inline, private]

Definition at line 632 of file VideoAccessStrategy.h.

References ILOG_DEBUG, IndexValidTraversingBackwards(), and IndexValidTraversingForwards().

Referenced by ConstructIndexPrivate().

00633     {
00634         ILOG_DEBUG("Validating index...");
00635         return IndexValidTraversingBackwards(idx) &&
00636             IndexValidTraversingForwards(idx);
00637     }

Here is the call graph for this function:


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