Home
last modified time | relevance | path

Searched refs:heightB (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraUtils.java58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument
60 long right = widthB * (long) heightB; in compareSizes()
/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1180 private static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument
1182 long right = widthB * (long) heightB; in compareSizes()