Definition at line 325 of file AppControlSrc.h. References mDelay, mDoOneStep, mHadJump, mSrc2, and Impala::Core::Stream::RgbDataSrc::NextFrame(). Referenced by KeyEvent(). 00326 { 00327 if (!mSrc2) 00328 return; 00329 mDelay += inc; 00330 mSrc2->NextFrame(inc); 00331 mHadJump = true; 00332 mDoOneStep = true; // to make sure the frame is processed 00333 }
Here is the call graph for this function:
|