Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/
H A DIAdvancedExtenderImpl.aidl31 @nullable List<SizeList> getSupportedCaptureOutputResolutions(in String cameraId); in getSupportedCaptureOutputResolutions() method
/aosp12/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
H A DAdvancedExtenderImpl.java122 Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId); in getSupportedCaptureOutputResolutions() method
H A DAutoAdvancedExtenderImpl.java64 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in AutoAdvancedExtenderImpl
H A DBeautyAdvancedExtenderImpl.java64 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in BeautyAdvancedExtenderImpl
H A DBokehAdvancedExtenderImpl.java64 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in BokehAdvancedExtenderImpl
H A DHdrAdvancedExtenderImpl.java65 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in HdrAdvancedExtenderImpl
H A DNightAdvancedExtenderImpl.java64 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in NightAdvancedExtenderImpl
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraExtensionCharacteristics.java670 return generateSupportedSizes(extender.getSupportedCaptureOutputResolutions( in getExtensionSupportedSizes()
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java721 public List<SizeList> getSupportedCaptureOutputResolutions(String cameraId) { in getSupportedCaptureOutputResolutions() method in CameraExtensionsProxyService.AdvancedExtenderImplStub
723 mAdvancedExtender.getSupportedCaptureOutputResolutions(cameraId); in getSupportedCaptureOutputResolutions()