Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java354 Size[] jpegSizes = mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in testAllOutputYUVResolutions()
364 mStaticInfo.getAvailableSizesForFormatChecked(format, in testAllOutputYUVResolutions()
667 Size[] targetCaptureSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatWithYuvTestByCamera()
744 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in invalidAccessTestAfterClose()
767 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatTestByCamera()
811 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatLongProcessingTimeTestByCamera()
DDngCreatorTest.java227 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in testSingleImageThumbnail()
486 Size[] targetJpegSizes = mStaticInfo.getAvailableSizesForFormatChecked( in captureRawJpegImagePair()
643 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in captureRawShots()
DReprocessCaptureTest.java516 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations()
525 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations()
1359 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
DRobustnessTest.java1189 Size[] privSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in MaxStreamSizes()
1191 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes()
DPerformanceTest.java745 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in prepareReprocessCapture()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java834 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1250 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1260 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1326 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1327 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1341 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1480 for (android.util.Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked()