Home
last modified time | relevance | path

Searched defs:captureCallback (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java534 SimpleCaptureCallback captureCallback = new SimpleCaptureCallback(); in testReprocessAbort() local
624 SimpleCaptureCallback captureCallback = new SimpleCaptureCallback(); in testReprocessTimestamps() local
704 SimpleCaptureCallback captureCallback = new SimpleCaptureCallback(); in testReprocessJpegExif() local
779 SimpleCaptureCallback captureCallback = new SimpleCaptureCallback(); in testReprocessRequestKeys() local
1059 SimpleCaptureCallback captureCallback = new SimpleCaptureCallback(); in submitMixedCaptureBurstRequest() local
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java536 CameraCaptureSession.CaptureCallback captureCallback in captureStillPicture() local
548 setRequest(captureBuilder.build(), captureCallback, null); in captureStillPicture() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaDeviceManagerTest.kt364 fun captureCallback(): LocalMediaManager.DeviceCallback { regex
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java877 CaptureCallbackHandler captureCallback = new CaptureCallbackHandler(callback); in submitBurst() local
900 CaptureCallbackHandler captureCallback = new CaptureCallbackHandler(callback); in setRepeating() local
/aosp12/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp166 static void captureCallback(void* user, in captureCallback() function
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java756 private CaptureCallbackStub(ICaptureCallback captureCallback) { in CaptureCallbackStub()