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

long Impala::Core::VideoSet::Mpeg7Doc::Fraction2Frame ( long  fractionCount  )  [inline, private]

Definition at line 740 of file Mpeg7Doc.h.

References CheckKnownFraction(), and mFrameRateDen.

Referenced by GetMediaDuration(), and GetMediaTimePoint().

00741     {
00742         CheckKnownFraction();
00743         return fractionCount / mFrameRateDen;
00744     }

Here is the call graph for this function:


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