Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java290 Size reprocessOutputSize = in testCrossSessionCaptureException() local
297 " reprocessOutputSize: " + reprocessOutputSize + in testCrossSessionCaptureException()
301 setupImageReaders(inputSize, inputFormat, reprocessOutputSize, in testCrossSessionCaptureException()
368 Size reprocessOutputSize = in testQueueImageWithoutRequest() local
375 " reprocessOutputSize: " + reprocessOutputSize + in testQueueImageWithoutRequest()
379 setupImageReaders(inputSize, inputFormat, reprocessOutputSize, in testQueueImageWithoutRequest()
652 for (Size reprocessOutputSize : supportedReprocessOutputSizes) { in testReprocessingAllCombinations()
654 if (reprocessOutputSize.equals(QCIF) && in testReprocessingAllCombinations()
660 ((reprocessOutputSize.getWidth() > FULL_HD.getWidth()) || in testReprocessingAllCombinations()
661 (reprocessOutputSize.getHeight() > FULL_HD.getHeight()))) { in testReprocessingAllCombinations()
[all …]