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

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

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

00513     {
00514         ILOG_INFO("Instability detected for frame: " << frameNr);
00515         static const FixedString unstableAsFixedStr(
00516             HASH_SIZE, (char*) UNSTABLE_FRAME_HASH.c_str(), true);
00517         mFrames->Set5(frameNr, unstableAsFixedStr);
00518     }

Here is the call graph for this function:


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