Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java245 public static List<Size> convertSizeList(List<Camera.Size> sizeList) { in convertSizeList() method in ParameterUtils
288 List<Size> supportedJpegSizes = convertSizeList(params.getSupportedPictureSizes()); in getLargestSupportedJpegSizeByArea()
DRequestThreadManager.java461 List<Size> supportedPreviewSizes = ParameterUtils.convertSizeList( in configureOutputs()
615 List<Size> supportedJpegSizes = ParameterUtils.convertSizeList( in calculatePictureSize()