Searched defs:getAvailableSizesForFormatChecked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java834 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR,
1269 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR,
1279 return getAvailableSizesForFormatChecked(ImageFormat.JPEG,
1345 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { method in class:StaticMetadata
1346 return getAvailableSizesForFormatChecked(format, direction,
1360 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, method in class:StaticMetadata
1509 for (Size size : getAvailableSizesForFormatChecked(format,

Completed in 60 milliseconds