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

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

Definition at line 319 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().

00320     {
00321         if (mScanDataPresent)
00322             return FrameHash(frameNr) != UNSTABLE_FRAME_HASH;
00323         else
00324             ILOG_ERROR("[FrameHash] No scan data");
00325         return true;
00326     }

Here is the call graph for this function:


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