Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c82 ACaptureSessionOutput *capture_session_output; member
551 ret = ACaptureSessionOutput_create(ctx->image_reader_window, &ctx->capture_session_output); in create_capture_session()
560 ctx->capture_session_output); in create_capture_session()
719 if (ctx->capture_session_output) { in android_camera_read_close()
721 ctx->capture_session_output); in android_camera_read_close()
722 ACaptureSessionOutput_free(ctx->capture_session_output); in android_camera_read_close()
723 ctx->capture_session_output = NULL; in android_camera_read_close()

Completed in 1 milliseconds