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

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

Definition at line 150 of file Stills.h.

References GetFirstStillVideo(), GetFrameId(), and GetNrStillsVideo().

00151     {
00152         int start = GetFirstStillVideo(videoId);
00153         int nr = GetNrStillsVideo(videoId);
00154         return GetFrameId(frameNr, start, start+nr);
00155     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:14 2011 for ImpalaSrc by  doxygen 1.5.1