Home
last modified time | relevance | path

Searched refs:onOutputSurface (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionForwardProcessor.java72 public void onOutputSurface(Surface surface, int format) { in onOutputSurface() method in CameraExtensionForwardProcessor
106 mProcessor.onOutputSurface(mIntermediateSurface, mOutputSurfaceFormat); in initializePipeline()
H A DCameraExtensionJpegProcessor.java197 public void onOutputSurface(Surface surface, int format) throws RemoteException { in onOutputSurface() method in CameraExtensionJpegProcessor
231 mProcessor.onOutputSurface(mYuvReader.getSurface(), mFormat); in initializePipeline()
H A DCameraExtensionSessionImpl.java254 mPreviewImageProcessor.onOutputSurface(null, -1); in initializeRepeatingRequestPipeline()
324 mImageProcessor.onOutputSurface(mStubCaptureImageReader.getSurface(), in initializeBurstCapturePipeline()
359 mPreviewRequestUpdateProcessor.onOutputSurface(mClientRepeatingRequestSurface, in finishPipelineInitialization()
375 mImageProcessor.onOutputSurface(mClientCaptureSurface, surfaceInfo.mFormat); in finishPipelineInitialization()
1263 mPreviewImageProcessor.onOutputSurface(mClientRepeatingRequestSurface, in onCaptureStarted()
1266 mPreviewImageProcessor.onOutputSurface(null, -1); in onCaptureStarted()
/aosp12/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/
H A DProcessorImpl.java35 void onOutputSurface(Surface surface, int imageFormat); in onOutputSurface() method
H A DCaptureProcessorImpl.java42 void onOutputSurface(Surface surface, int imageFormat); in onOutputSurface() method
H A DRequestUpdateProcessorImpls.java32 public void onOutputSurface(Surface surface, int imageFormat) {}
H A DHdrPreviewExtenderImpl.java117 public void onOutputSurface(Surface surface, int imageFormat) {
H A DBokehPreviewExtenderImpl.java123 public void onOutputSurface(Surface surface, int imageFormat) {}
H A DAutoImageCaptureExtenderImpl.java109 public void onOutputSurface(Surface surface, int imageFormat) { in getCaptureProcessor()
H A DBokehImageCaptureExtenderImpl.java104 public void onOutputSurface(Surface surface, int imageFormat) { in getCaptureProcessor()
H A DNightImageCaptureExtenderImpl.java109 public void onOutputSurface(Surface surface, int imageFormat) { in getCaptureProcessor()
H A DBeautyImageCaptureExtenderImpl.java111 public void onOutputSurface(Surface surface, int imageFormat) { in getCaptureProcessor()
H A DHdrImageCaptureExtenderImpl.java115 public void onOutputSurface(Surface surface, int imageFormat) { in getCaptureProcessor()
/aosp12/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/
H A DProcessorImpl.java34 void onOutputSurface(Surface surface, int imageFormat); in onOutputSurface() method
/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/
H A DICaptureProcessorImpl.aidl25 void onOutputSurface(in Surface surface, int imageFormat); in onOutputSurface() method
H A DIRequestUpdateProcessorImpl.aidl26 void onOutputSurface(in Surface surface, int imageFormat); in onOutputSurface() method
H A DIPreviewImageProcessorImpl.aidl26 void onOutputSurface(in Surface surface, int imageFormat); in onOutputSurface() method
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1404 public void onOutputSurface(Surface surface, int imageFormat) { in onOutputSurface() method in CameraExtensionsProxyService.CaptureProcessorImplStub
1405 mCaptureProcessor.onOutputSurface(surface, imageFormat); in onOutputSurface()
1443 public void onOutputSurface(Surface surface, int imageFormat) { in onOutputSurface() method in CameraExtensionsProxyService.PreviewImageProcessorImplStub
1444 mProcessor.onOutputSurface(surface, imageFormat); in onOutputSurface()
1476 public void onOutputSurface(Surface surface, int imageFormat) { in onOutputSurface() method in CameraExtensionsProxyService.RequestUpdateProcessorImplStub
1477 mProcessor.onOutputSurface(surface, imageFormat); in onOutputSurface()