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

virtual void Impala::Core::Stream::Lavc::VideoAccessStrategy::MarkFrameUnstable ( int  frameNr  )  [inline, protected, virtual]

Definition at line 529 of file VideoAccessStrategy.h.

References HASH_SIZE, ILOG_INFO, mFrames, Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Set5(), and UNSTABLE_FRAME_HASH.

Referenced by ProcessFrame().

00530     {
00531         ILOG_INFO("Instability detected for frame: " << frameNr);
00532         static const FixedString unstableAsFixedStr(
00533             HASH_SIZE, (char*) UNSTABLE_FRAME_HASH.c_str(), true);
00534         mFrames->Set5(frameNr, unstableAsFixedStr);
00535     }

Here is the call graph for this function:


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