Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:32:30 2010 for ImpalaSrc by  doxygen 1.5.1