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

void Impala::Visualization::AppControlSrc::Jump ( int  frameNr  )  [inline]

Definition at line 92 of file AppControlSrc.h.

References CheckJumpFrame(), Impala::Core::Stream::RgbDataSrc::GotoFrame(), mDelay, mSrc, and mSrc2.

Referenced by KeyEvent(), Impala::Core::VideoSet::ShotSegmenterGUI::NavFrameEvent(), Impala::Visualization::RgbDataSrcLavcTestGUI::NavFrameEvent(), Impala::Application::WindowVdiff::NavFrameEvent(), and Impala::Application::WindowPlay::NavFrameEvent().

00093     {
00094         if (!mSrc || frameNr < 0)
00095             return;
00096         if (mSrc2)
00097             frameNr -= mDelay; // hack : mSrc2 is reference point
00098         mSrc->GotoFrame(frameNr);
00099         if (mSrc2)
00100             mSrc2->GotoFrame(frameNr + mDelay);
00101         CheckJumpFrame();
00102     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:42:46 2010 for ImpalaSrc by  doxygen 1.5.1