Home
last modified time | relevance | path

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

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