Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java834 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1269 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1279 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1345 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1346 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1360 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1509 for (Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java267 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations()
276 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations()
1110 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()