Home
last modified time | relevance | path

Searched refs:getAvailableSizesForFormatChecked (Results 1 – 7 of 7) 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.java230 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in testSingleImageThumbnail()
522 Size[] targetJpegSizes = mStaticInfo.getAvailableSizesForFormatChecked( in captureRawJpegImagePair()
679 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()
DMultiViewTest.java406 Size[] availableSizes = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfacesConfigByCamera()
DRobustnessTest.java1177 Size[] privSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in MaxStreamSizes()
1179 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes()
DPerformanceTest.java951 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in prepareReprocessCapture()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java844 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1277 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1287 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1353 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1354 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1368 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1507 for (android.util.Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked()