Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/extension/
DAdvancedExtender.java184 public abstract Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in AdvancedExtender
305 public List<SizeList> getSupportedCaptureOutputResolutions(String cameraId) { in getSupportedCaptureOutputResolutions() method in AdvancedExtender.AdvancedExtenderImpl
307 AdvancedExtender.this.getSupportedCaptureOutputResolutions(cameraId)); in getSupportedCaptureOutputResolutions()
DIAdvancedExtenderImpl.aidl34 @nullable List<SizeList> getSupportedCaptureOutputResolutions(in String cameraId); in getSupportedCaptureOutputResolutions() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DIAdvancedExtenderImpl.aidl31 @nullable List<SizeList> getSupportedCaptureOutputResolutions(in String cameraId); in getSupportedCaptureOutputResolutions() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java124 Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId); in getSupportedCaptureOutputResolutions() method
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java125 Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId); in getSupportedCaptureOutputResolutions() method
DAutoAdvancedExtenderImpl.java67 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in AutoAdvancedExtenderImpl
DBeautyAdvancedExtenderImpl.java67 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in BeautyAdvancedExtenderImpl
DNightAdvancedExtenderImpl.java67 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in NightAdvancedExtenderImpl
DBokehAdvancedExtenderImpl.java67 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in BokehAdvancedExtenderImpl
DHdrAdvancedExtenderImpl.java68 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in HdrAdvancedExtenderImpl
DEyesFreeVideographyAdvancedExtenderImpl.java68 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in EyesFreeVideographyAdvancedExtenderImpl
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java126 Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId); in getSupportedCaptureOutputResolutions() method
DEyesFreeVideographyAdvancedExtenderImpl.java68 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in EyesFreeVideographyAdvancedExtenderImpl
DAutoAdvancedExtenderImpl.java76 getSupportedCaptureOutputResolutions(mCameraId); in getSupportedPostviewResolutions()
DBaseAdvancedExtenderImpl.java128 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId) { in getSupportedCaptureOutputResolutions() method in BaseAdvancedExtenderImpl
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/
DForwardAdvancedExtender.java141 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(String cameraId) { in getSupportedCaptureOutputResolutions() method in ForwardAdvancedExtender
147 List<SizeList> sizeLists = mIAdvancedExtender.getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions()
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/
DEyesFreeVidService.java158 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in EyesFreeVidService.AdvancedExtenderEyesFreeImpl
361 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions( in getSupportedCaptureOutputResolutions() method in EyesFreeVidService.AdvancedExtenderImpl
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DAdvancedExtenderImplStub.java129 public List<SizeList> getSupportedCaptureOutputResolutions(@NonNull String cameraId) in getSupportedCaptureOutputResolutions() method in AdvancedExtenderImplStub
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java747 public Map<Integer, List<Size>> getSupportedCaptureOutputResolutions(
1104 public List<SizeList> getSupportedCaptureOutputResolutions(String cameraId) {
1106 mAdvancedExtender.getSupportedCaptureOutputResolutions(cameraId);
/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionCharacteristics.java1248 return generateSupportedSizes(extender.getSupportedCaptureOutputResolutions( in getExtensionSupportedSizes()
/frameworks/base/core/api/
Dsystem-current.txt4922 ….Map<java.lang.Integer,java.util.List<android.util.Size>> getSupportedCaptureOutputResolutions(@No…