Searched refs:getSupportedSizeForFormat (Results 1 – 4 of 4) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | MultiResolutionImageReaderTest.java | 162 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(format, in testMultiResolutionCaptureCharacteristics() 171 Size[] maxResSizes = CameraTestUtils.getSupportedSizeForFormat(format, in testMultiResolutionCaptureCharacteristics()
|
D | StaticMetadataTest.java | 646 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888, in getFpsForMaxSize()
|
D | ExtendedCameraCharacteristicsTest.java | 1459 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics() 2817 Size[] allSizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.PRIVATE, in testConstrainedHighSpeedCapability()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1989 public static Size[] getSupportedSizeForFormat(int format, String cameraId, in getSupportedSizeForFormat() method in CameraTestUtils 1991 return getSupportedSizeForFormat(format, cameraId, cameraManager, in getSupportedSizeForFormat() 1995 public static Size[] getSupportedSizeForFormat(int format, String cameraId, in getSupportedSizeForFormat() method in CameraTestUtils 2145 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager, maxResolution); in getSortedSizesForFormat()
|