Searched refs:getSupportedSizeForFormat (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | AllocationTest.java | 542 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager)); in testBlackWhite() 604 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager)); in testParamSensitivity() 797 Size[] availableSizes = getSupportedSizeForFormat(format, mCamera.getId(), in forEachSize()
|
D | StaticMetadataTest.java | 523 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888, in getFpsForMaxSize()
|
D | ExtendedCameraCharacteristicsTest.java | 518 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics() 1117 Size[] allSizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.PRIVATE, in testConstrainedHighSpeedCapability()
|
D | CameraTestUtils.java | 949 public static Size[] getSupportedSizeForFormat(int format, String cameraId, in getSupportedSizeForFormat() method in CameraTestUtils 1079 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager); in getSortedSizesForFormat()
|