Lines Matching defs:session
521 static void capture_session_closed(void *context, ACameraCaptureSession *session)
523 av_log(context, AV_LOG_INFO, "Android camera capture session was closed.\n");
526 static void capture_session_ready(void *context, ACameraCaptureSession *session)
528 av_log(context, AV_LOG_INFO, "Android camera capture session is ready.\n");
531 static void capture_session_active(void *context, ACameraCaptureSession *session)
533 av_log(context, AV_LOG_INFO, "Android camera capture session is active.\n");
544 "Failed to create capture session output container, error: %s.\n",
554 "Failed to create capture session container, error: %s.\n",
610 "Failed to create capture session, error: %s.\n",
618 "Failed to set repeating request on capture session, error: %s.\n",
701 // Following warning is emitted, after capture session closed callback is received:
702 // ACameraCaptureSession: Device is closed but session 0 is not notified