Home
last modified time | relevance | path

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

/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DIAdvancedExtenderImpl.aidl30 @nullable List<SizeList> getSupportedPreviewOutputResolutions(in String cameraId); in getSupportedPreviewOutputResolutions() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java114 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java114 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
DBaseAdvancedExtenderImpl.java109 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in BaseAdvancedExtenderImpl
/frameworks/base/core/java/android/hardware/camera2/extension/
DIAdvancedExtenderImpl.aidl33 @nullable List<SizeList> getSupportedPreviewOutputResolutions(in String cameraId); in getSupportedPreviewOutputResolutions() method
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java114 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
DBeautyAdvancedExtenderImpl.java60 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BeautyAdvancedExtenderImpl
DNightAdvancedExtenderImpl.java60 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in NightAdvancedExtenderImpl
DAutoAdvancedExtenderImpl.java60 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in AutoAdvancedExtenderImpl
DBokehAdvancedExtenderImpl.java60 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BokehAdvancedExtenderImpl
DHdrAdvancedExtenderImpl.java60 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in HdrAdvancedExtenderImpl
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DAdvancedExtenderImplStub.java121 public List<SizeList> getSupportedPreviewOutputResolutions(@NonNull String cameraId) in getSupportedPreviewOutputResolutions() method in AdvancedExtenderImplStub
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/
DForwardAdvancedExtender.java110 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in ForwardAdvancedExtender
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java831 public List<SizeList> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in CameraExtensionsProxyService.AdvancedExtenderImplStub