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/
DImageReaderTest.java363 Size[] targetCaptureSizes = in testAllOutputYUVResolutions() local
367 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions()
667 Size[] targetCaptureSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatWithYuvTestByCamera() local
670 for (Size captureSz : targetCaptureSizes) { in bufferFormatWithYuvTestByCamera()
DDngCreatorTest.java678 Size[] targetCaptureSizes = in captureRawShots() local
684 for (int i = 0; i < targetCaptureSizes.length; ++i) { in captureRawShots()
685 if (targetCaptureSizes[i].equals(s)) { in captureRawShots()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java844 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked() local
847 targetCaptureSizes.length != 0); in getRawDimensChecked()
860 "pixel array size", targetCaptureSizes, allowedArraySizes); in getRawDimensChecked()