Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DDngCreatorTest.java95 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in testSingleImageBasic()
181 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in testSingleImageThumbnail()
195 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in testSingleImageThumbnail()
288 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in captureSingleRawShot()
DImageReaderTest.java203 Size[] targetCaptureSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatWithYuvTestByCamera()
275 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatTestByCamera()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1074 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1084 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizeChecked()
1108 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata