Reimplemented from Impala::Core::Database::DataDocumentListener. Definition at line 521 of file SimilarityTableSetRank.h. References Impala::Core::VideoSet::SegmentationDocument::CurShot(), Impala::Core::VideoSet::SegmentationDocument::GetSegmentation(), Impala::Core::VideoSet::SegmentationDocument::HasCurShot(), ILOG_DEBUG, mSegDoc, and Impala::Core::VideoSet::PlayShot(). 00522 { 00523 ILOG_DEBUG("HandleNewKey: " << c); 00524 if (c == 'P' && mSegDoc) 00525 { 00526 if (mSegDoc->HasCurShot()) 00527 Core::VideoSet::PlayShot(mSegDoc->GetSegmentation(), 00528 mSegDoc->CurShot()); 00529 } 00530 }
Here is the call graph for this function:
|