Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java821 Map<Integer, List<Size>> supportedSizesMap = in getSupportedPostviewResolutions() local
823 if (supportedSizesMap != null) { in getSupportedPostviewResolutions()
824 return initializeParcelable(supportedSizesMap); in getSupportedPostviewResolutions()
832 Map<Integer, List<Size>> supportedSizesMap = in getSupportedPreviewOutputResolutions() local
834 if (supportedSizesMap != null) { in getSupportedPreviewOutputResolutions()
835 return initializeParcelable(supportedSizesMap); in getSupportedPreviewOutputResolutions()
843 Map<Integer, List<Size>> supportedSizesMap = in getSupportedCaptureOutputResolutions() local
845 if (supportedSizesMap != null) { in getSupportedCaptureOutputResolutions()
846 return initializeParcelable(supportedSizesMap); in getSupportedCaptureOutputResolutions()