Searched refs:getCaptureProcessor (Results 1 – 4 of 4) sorted by relevance
41 @nullable ICaptureProcessorImpl getCaptureProcessor(); in getCaptureProcessor() method
720 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()
1696 public ICaptureProcessorImpl getCaptureProcessor() { in getCaptureProcessor() method in CameraExtensionsProxyService.ImageCaptureExtenderImplStub1697 CaptureProcessorImpl captureProcessor = mImageExtender.getCaptureProcessor(); in getCaptureProcessor()
366 mImageProcessor = mImageExtender.getCaptureProcessor(); in initializeBurstCapturePipeline()