Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraUtils.java58 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()
H A DCameraTestUtils.java1055 .compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), rhs.getHeight()); in compare()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMultiResolutionStreamConfigurationMap.java124 return StreamConfigurationMap.compareSizes( in compare()
H A DStreamConfigurationMap.java1754 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in StreamConfigurationMap
H A DMandatoryStreamCombination.java1757 return StreamConfigurationMap.compareSizes(lhs.getWidth(), lhs.getHeight(), in compare()