HomeSort by relevance Sort by last modified time
    Searched refs:compareSizes (Results 1 - 4 of 4) sorted by null

  /cts/tests/camera/src/android/hardware/cts/helpers/
CameraUtils.java 54 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) {
72 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraUtils.java 58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) {
76 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height);
CameraTestUtils.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]

Completed in 613 milliseconds