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

long Impala::Core::VideoSet::Mpeg7Doc::Frame2Fraction ( long  frame  )  [inline, private]

Definition at line 733 of file Mpeg7Doc.h.

References CheckKnownFraction(), and mFrameRateDen.

Referenced by Frame2Duration(), and Frame2TimePoint().

00734     {
00735         CheckKnownFraction();
00736         return frame * mFrameRateDen;
00737     }

Here is the call graph for this function:


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