Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java200 testReprocessingAllCombinations(id, /*previewSize*/null, in testReprocessingSizeFormat()
221 testReprocessingAllCombinations(id, mOrderedPreviewSizes.get(0), in testReprocessingSizeFormatWithPreview()
418 testReprocessingAllCombinations(id, /*previewSize*/null, CaptureTestCase.BURST); in testBurstReprocessing()
420 testReprocessingAllCombinations(id, mOrderedPreviewSizes.get(0), in testBurstReprocessing()
442 testReprocessingAllCombinations(id, /*previewSize*/null, in testMixedBurstReprocessing()
445 testReprocessingAllCombinations(id, mOrderedPreviewSizes.get(0), in testMixedBurstReprocessing()
630 private void testReprocessingAllCombinations(String cameraId, Size previewSize, in testReprocessingAllCombinations() method in ReprocessCaptureTest