Home
last modified time | relevance | path

Searched refs:getSupportedSizeForFormat (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java538 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager)); in testBlackWhite()
617 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager)); in testParamSensitivity()
824 Size[] availableSizes = getSupportedSizeForFormat(format, mCamera.getId(), in forEachSize()
DStaticMetadataTest.java537 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888, in getFpsForMaxSize()
DExtendedCameraCharacteristicsTest.java538 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics()
1162 Size[] allSizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.PRIVATE, in testConstrainedHighSpeedCapability()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1093 public static Size[] getSupportedSizeForFormat(int format, String cameraId, in getSupportedSizeForFormat() method in CameraTestUtils
1223 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager); in getSortedSizesForFormat()