Searched refs:compareSizes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraUtils.java | 58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in CameraUtils 76 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height); in compare()
|
D | CameraTestUtils.java | 1055 .compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), rhs.getHeight()); in compare()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 1302 private static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in MandatoryStreamCombination.Builder 1320 return compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), in compare()
|