Searched refs:heightA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraUtils.java58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { argument
59 long left = widthA * (long) heightA;

Completed in 196 milliseconds