Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2323 public static Size getMaxSizeWithBound(Size[] sizes, int bound) { in getMaxSizeWithBound() method in CameraTestUtils
2351 private static Size getMaxSizeWithBound(Size[] sizes, Size bound) { in getMaxSizeWithBound() method in CameraTestUtils
2352 return getMaxSizeWithBound(sizes, bound, -1 /*aspectRatio*/); in getMaxSizeWithBound()
2362 private static Size getMaxSizeWithBound(Size[] sizes, Size bound, float aspectRatio) { in getMaxSizeWithBound() method in CameraTestUtils
4810 mMaxPrivSizes[PREVIEW] = CameraTestUtils.getMaxSizeWithBound(privSizes, in MaxStreamSizes()
4812 mMaxYuvSizes[PREVIEW] = CameraTestUtils.getMaxSizeWithBound(yuvSizes, in MaxStreamSizes()
4853 mMaxPrivSizes[S1440P_4_3] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()
4855 mMaxYuvSizes[S1440P_4_3] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()
4857 mMaxJpegSizes[S1440P_4_3] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()
4870 mMaxPrivSizes[S720P] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1455 CameraTestUtils.getMaxSizeWithBound(slowYuvSizes, SIZE_24MP_BOUND); in testStaticBurstCharacteristics()