Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java1112 Size[] targetCaptureSizes = in captureRawShots() local
1124 for (int i = 0; i < targetCaptureSizes.length; ++i) { in captureRawShots()
1125 if (targetCaptureSizes[i].equals(sz)) { in captureRawShots()
DImageReaderTest.java1091 Size[] targetCaptureSizes = in testAllOutputYUVResolutions() local
1095 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions()
1541 Size[] targetCaptureSizes = useYuvSize ? new Size[]{maxYuvSz} : in bufferFormatWithYuvTestByCamera() local
1545 for (Size captureSz : targetCaptureSizes) { in bufferFormatWithYuvTestByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1048 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked() local
1052 targetCaptureSizes.length != 0); in getRawDimensChecked()
1065 "pixel array size", targetCaptureSizes, allowedArraySizes); in getRawDimensChecked()