D | StaticMetadata.java | 1048 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked() 1486 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked() 1496 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked() 1506 return getAvailableSizesForFormatChecked(ImageFormat.HEIC, in getHeicOutputSizesChecked() 1572 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata 1573 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked() 1587 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata 1589 return getAvailableSizesForFormatChecked(format, direction, fastSizes, slowSizes, in getAvailableSizesForFormatChecked() 1603 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata 1743 for (android.util.Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked() [all …]
|