Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java73 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in CameraUtils
91 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height); in compare()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1236 .compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), rhs.getHeight()); in compare()