Definition at line 102 of file SimilarityTimeLineVideo.h. References HandleNewVideo(), mVideoPlayer, Impala::Visualization::VideoPlayer::OpenVideo(), and ShowTitle(). Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::CheckNewVideo(), and Impala::Visualization::AllFramesTLineVideo::HandleNewVideo(). 00103 { 00104 mVideoPlayer->OpenVideo(rgbDataSrc); 00105 if (rgbDataSrc) 00106 { 00107 ShowTitle(videoName); 00108 HandleNewVideo(); 00109 } 00110 }
Here is the call graph for this function:
|