Definition at line 44 of file Video.h. References GetFramePath(), mBasePath, mBasePathAnnotated, mFileNameSuffix, and mFileNameSuffixAnnotated. Referenced by Impala::Visualization::VideoJpgPlayer::OglImageReadFirstFrame(), and Impala::Visualization::VideoJpgPlayer::ReadFrameIntoOglImage(). 00045 { 00046 GetFramePath(frameNr, buffer, 00047 mBasePathAnnotated.empty() ? mBasePath : mBasePathAnnotated, 00048 mFileNameSuffixAnnotated.empty() ? mFileNameSuffix : mFileNameSuffixAnnotated); 00049 }
Here is the call graph for this function:
|