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

bool Impala::Core::Stream::Lavc::VideoAccessStrategy::FrameIsStable ( int  frameNr  )  const [inline]

Definition at line 334 of file VideoAccessStrategy.h.

References FrameHash(), ILOG_ERROR, mScanDataPresent, and UNSTABLE_FRAME_HASH.

Referenced by Impala::Core::Stream::Lavc::StrategyIgnoringNativeIndex::ConstructIndexProtected(), and Impala::Core::Stream::Lavc::StrategyIgnoringNativeIndex::NextFrameMatchesFrame().

00335     {
00336         if (mScanDataPresent)
00337             return FrameHash(frameNr) != UNSTABLE_FRAME_HASH;
00338         else
00339             ILOG_ERROR("[FrameHash] No scan data");
00340         return true;
00341     }

Here is the call graph for this function:


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