Searched refs:testMultiResolutionReprocessing (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/camera/src/android/hardware/camera2/cts/ |
| D | MultiResolutionReprocessCaptureTest.java | 225 testMultiResolutionReprocessing(id, ImageFormat.YUV_420_888, ImageFormat.YUV_420_888); in testMultiResolutionYuvToYuvReprocessing() 235 testMultiResolutionReprocessing(id, ImageFormat.YUV_420_888, ImageFormat.JPEG); in testMultiResolutionYuvToJpegReprocessing() 246 testMultiResolutionReprocessing(id, ImageFormat.PRIVATE, ImageFormat.YUV_420_888); in testMultiResolutionOpaqueToYuvReprocessing() 257 testMultiResolutionReprocessing(id, ImageFormat.PRIVATE, ImageFormat.JPEG); in testMultiResolutionOpaqueToJpegReprocessing() 478 private void testMultiResolutionReprocessing(String cameraId, int inputFormat, in testMultiResolutionReprocessing() method in MultiResolutionReprocessCaptureTest
|