Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java584 Size previewSz, Size[] captureSizes, int[] formats, CaptureCallback resultListener, in prepareStillCaptureAndStartPreview() argument
589 if ((captureSizes == null) || (formats == null) || (imageListeners == null) && in prepareStillCaptureAndStartPreview()
590 (captureSizes.length != formats.length) || in prepareStillCaptureAndStartPreview()
603 ImageReader[] readers = new ImageReader[captureSizes.length]; in prepareStillCaptureAndStartPreview()
606 for (int i = 0; i < captureSizes.length; i++) { in prepareStillCaptureAndStartPreview()
607 readers[i] = makeImageReader(captureSizes[i], formats[i], maxNumImages, in prepareStillCaptureAndStartPreview()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java697 List<Size> captureSizes = concurrentExtensionChars.getExtensionSupportedSizes( in testConcurrentSessions() local
699 assertFalse("No SurfaceTexture output supported", captureSizes.isEmpty()); in testConcurrentSessions()
701 CameraTestUtils.getMaxSize(captureSizes.toArray(new Size[0])); in testConcurrentSessions()
772 List<Size> captureSizes = extensionChars.getExtensionSupportedSizes(extension, in testRepeatingAndCaptureCombined() local
774 assertFalse("No Jpeg output supported", captureSizes.isEmpty()); in testRepeatingAndCaptureCombined()
776 CameraTestUtils.getMaxSize(captureSizes.toArray(new Size[0])); in testRepeatingAndCaptureCombined()
1097 List<Size> captureSizes = extensionChars.getExtensionSupportedSizes(extension, in testIllegalArguments() local
1099 if (captureSizes.isEmpty()) { in testIllegalArguments()
1101 captureSizes = extensionChars.getExtensionSupportedSizes(extension, in testIllegalArguments()
1105 CameraTestUtils.getMaxSize(captureSizes.toArray(new Size[0])); in testIllegalArguments()