Home
last modified time | relevance | path

Searched refs:getCaptureProcessor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/
H A DIImageCaptureExtenderImpl.aidl41 @nullable ICaptureProcessorImpl getCaptureProcessor(); in getCaptureProcessor() method
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraExtensionCharacteristics.java720 if ((extenders.second.getCaptureProcessor() == null) || in getPostviewSupportedSizes()
874 if (extenders.second.getCaptureProcessor() == null) { in getExtensionSupportedSizes()
885 if (extenders.second.getCaptureProcessor() != null) { in getExtensionSupportedSizes()
961 (extenders.second.getCaptureProcessor() == null) ){ in getEstimatedCaptureLatencyRangeMillis()
967 (extenders.second.getCaptureProcessor() != null)) { in getEstimatedCaptureLatencyRangeMillis()
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1696 public ICaptureProcessorImpl getCaptureProcessor() { in getCaptureProcessor() method in CameraExtensionsProxyService.ImageCaptureExtenderImplStub
1697 CaptureProcessorImpl captureProcessor = mImageExtender.getCaptureProcessor(); in getCaptureProcessor()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java366 mImageProcessor = mImageExtender.getCaptureProcessor(); in initializeBurstCapturePipeline()