Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

int Impala::Core::VideoSet::Keyframes::GetFrameIdVideo ( int  videoId,
int  frameNr 
) [inline]

Definition at line 223 of file Keyframes.h.

References GetFirstKeyframeVideo(), GetFrameId(), and GetNrKeyframesVideo().

Referenced by GetFrameId(), Impala::Core::VideoSet::RgbDataSrcKeyframes::GetKeyframeName(), and Impala::Core::VideoSet::RgbDataSrcKeyframes::ReadImage().

00224     {
00225         int start = GetFirstKeyframeVideo(videoId);
00226         int nr = GetNrKeyframesVideo(videoId);
00227         return GetFrameId(frameNr, start, start+nr);
00228     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:07 2010 for ImpalaSrc by  doxygen 1.5.1