Home
last modified time | relevance | path

Searched defs:compareSizes (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() method in CameraUtils
/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1180 private static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in MandatoryStreamCombination.Builder