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

virtual void Impala::Core::VideoSet::SelectFrames::HandleNewFrame ( VideoSet vs,
int  fileId,
Stream::RgbDataSrc src 
) [inline, virtual]

Arrived at a new frame in a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 64 of file SelectFrames.h.

References Impala::Core::Stream::RgbDataSrc::CurIsIFrame(), Impala::Core::Stream::RgbDataSrc::FrameNr(), and mFrameNrs.

00065     {
00066         if (src->CurIsIFrame())
00067             mFrameNrs.push_back(src->FrameNr());
00068     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:32:03 2010 for ImpalaSrc by  doxygen 1.5.1