Home
last modified time | relevance | path

Searched defs:previewSurface (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/extension/
DISessionProcessorImpl.aidl26 CameraSessionConfig initSession(in String cameraId, in OutputSurface previewSurface, in initSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DTestHal.java87 byte enrollmentType, byte[] features, NativeHandle previewSurface) { in createSession()
DFaceEnrollClient.java87 @Nullable Surface previewSurface, int sensorId, int maxTemplatesPerUser, in FaceEnrollClient()
DFaceProvider.java330 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceEnrollClient.java58 @Nullable Surface previewSurface, int sensorId) { in FaceEnrollClient()
DFace10.java576 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java482 Surface previewSurface = new Surface(texture); in startRecordingVideo() local
604 Surface previewSurface = new Surface(texture); in startPreview() local
/frameworks/av/camera/tests/
DCameraZSLTests.cpp168 sp<Surface> previewSurface; in TEST_F() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java875 private void setupReprocessableSession(Surface previewSurface, int numImageWriterImages) in setupReprocessableSession()
1018 private void startPreview(Surface previewSurface) throws Exception { in startPreview()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DServiceProvider.java99 @NonNull int[] disabledFeatures, @Nullable Surface previewSurface, in scheduleEnroll()
DFaceService.java218 final int[] disabledFeatures, Surface previewSurface, boolean debugConsent) { in enroll()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl78 …String opPackageName, in int [] disabledFeatures, in Surface previewSurface, boolean debugConsent); in enroll()
DFaceManager.java306 EnrollmentCallback callback, int[] disabledFeatures, @Nullable Surface previewSurface, in enroll()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraAdvancedExtensionSessionImpl.java199 OutputSurface previewSurface = initializeParcelable(mClientRepeatingRequestSurface); in initialize() local
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp329 sp<Surface> previewSurface; in invokeCameraAPIs() local
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java1041 public CameraSessionConfig initSession(String cameraId, OutputSurface previewSurface, in initSession()
/frameworks/base/core/java/android/hardware/
DCamera.java1085 Surface previewSurface = null; in setPreviewCallbackAllocation() local