Searched defs:denominator (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c1447 M4OSA_UInt32 numerator, denominator, ratio, ratioBuffer; local
1653 denominator =
1657 if( numerator % denominator == 0 )
1659 ratioBuffer = (M4OSA_UInt32)(numerator / denominator);
1663 ratioBuffer = (M4OSA_UInt32)(numerator / denominator) + 1;
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java743 private void printRatio(PrintWriter pw, long numerator, long denominator) { argument
744 long thousands = (numerator*1000)/denominator;
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp209 uint32_t denominator(void) { return _d; } function in class:Rational
1089 // the denominator specifies the dimension for the display frame. On
1144 dfDim = HwcTestDim(selected.denominator(), dfMin.height());
1188 // the denominator specifies the dimension for the display frame. On
1243 dfDim = HwcTestDim(dfMin.width(), selected.denominator());

Completed in 149 milliseconds