Home
last modified time | relevance | path

Searched refs:capture_session (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c86 ACameraCaptureSession *capture_session; member
607 &ctx->capture_session_state_callbacks, &ctx->capture_session); in create_capture_session()
615 ret = ACameraCaptureSession_setRepeatingRequest(ctx->capture_session, NULL, 1, &ctx->capture_request, NULL); in create_capture_session()
699 if (ctx->capture_session) { in android_camera_read_close()
700 ACameraCaptureSession_stopRepeating(ctx->capture_session); in android_camera_read_close()
704 ACameraCaptureSession_close(ctx->capture_session); in android_camera_read_close()
705 ctx->capture_session = NULL; in android_camera_read_close()

Completed in 3 milliseconds