Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/extension/
DAdvancedExtender.java164 public abstract Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in AdvancedExtender
299 public List<SizeList> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in AdvancedExtender.AdvancedExtenderImpl
301 AdvancedExtender.this.getSupportedPreviewOutputResolutions(cameraId)); in getSupportedPreviewOutputResolutions()
DIAdvancedExtenderImpl.aidl33 @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/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/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java115 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
DAutoAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in AutoAdvancedExtenderImpl
DBeautyAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BeautyAdvancedExtenderImpl
DNightAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in NightAdvancedExtenderImpl
DBokehAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in BokehAdvancedExtenderImpl
DHdrAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in HdrAdvancedExtenderImpl
DEyesFreeVideographyAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in EyesFreeVideographyAdvancedExtenderImpl
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java116 Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId); in getSupportedPreviewOutputResolutions() method
DEyesFreeVideographyAdvancedExtenderImpl.java61 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in EyesFreeVideographyAdvancedExtenderImpl
DBaseAdvancedExtenderImpl.java123 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in BaseAdvancedExtenderImpl
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/
DForwardAdvancedExtender.java121 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(String cameraId) { in getSupportedPreviewOutputResolutions() method in ForwardAdvancedExtender
127 List<SizeList> sizeLists = mIAdvancedExtender.getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions()
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/
DEyesFreeVidService.java129 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in EyesFreeVidService.AdvancedExtenderEyesFreeImpl
346 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions( in getSupportedPreviewOutputResolutions() method in EyesFreeVidService.AdvancedExtenderImpl
/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/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java741 public Map<Integer, List<Size>> getSupportedPreviewOutputResolutions(
1093 public List<SizeList> getSupportedPreviewOutputResolutions(String cameraId) {
1095 mAdvancedExtender.getSupportedPreviewOutputResolutions(cameraId);
/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionCharacteristics.java1178 extender.getSupportedPreviewOutputResolutions(mCameraId), in getExtensionSupportedSizes()
/frameworks/base/core/api/
Dsystem-current.txt4923 ….Map<java.lang.Integer,java.util.List<android.util.Size>> getSupportedPreviewOutputResolutions(@No…