Definition at line 158 of file VideoPlayer.h. References Impala::Core::Stream::RgbDataSrc::LastFrame(), and mRgbDataSrc. Referenced by Impala::Visualization::VideoTimeLine::HandleFrameSettings(), and Impala::Visualization::SimilarityTimeLineVideo::HandleFrameSettings(). 00159 { 00160 if (mRgbDataSrc) 00161 return mRgbDataSrc->LastFrame(); 00162 return -1; 00163 }
Here is the call graph for this function:
|