Home
last modified time | relevance | path

Searched defs:getSupportedPreviewOutputResolutions (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/
H A DIAdvancedExtenderImpl.aidl30 @nullable List<SizeList> getSupportedPreviewOutputResolutions(in String cameraId); in getSupportedPreviewOutputResolutions() method
/aosp12/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
H A DAdvancedExtenderImpl.java112 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
H A DAutoAdvancedExtenderImpl.java58 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in AutoAdvancedExtenderImpl
H A DBeautyAdvancedExtenderImpl.java58 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BeautyAdvancedExtenderImpl
H A DBokehAdvancedExtenderImpl.java58 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BokehAdvancedExtenderImpl
H A DHdrAdvancedExtenderImpl.java58 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in HdrAdvancedExtenderImpl
H A DNightAdvancedExtenderImpl.java58 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in NightAdvancedExtenderImpl
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java710 public List<SizeList> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in CameraExtensionsProxyService.AdvancedExtenderImplStub