Lines Matching refs:log_ctx
65 void *log_ctx = s->avctx;
79 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO,
101 void *log_ctx = s->avctx;
114 av_log(log_ctx, AV_LOG_DEBUG, "v4l2 output format not supported\n");
120 av_log(log_ctx, AV_LOG_DEBUG, "v4l2 capture format not supported\n");
127 av_log(log_ctx, AV_LOG_ERROR, "failure closing %s (%s)\n", s->devname, av_err2str(AVERROR(errno)));
137 void *log_ctx = s->avctx;
151 av_log(log_ctx, AV_LOG_INFO, "requesting formats: output=%s capture=%s\n",
161 av_log(log_ctx, AV_LOG_ERROR, "can't set v4l2 output format\n");
167 av_log(log_ctx, AV_LOG_ERROR, "can't to set v4l2 capture format\n");
173 av_log(log_ctx, AV_LOG_ERROR, "no v4l2 output context's buffers\n");
181 av_log(log_ctx, AV_LOG_ERROR, "no v4l2 capture context's buffers\n");
191 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n",
206 void *log_ctx = s->avctx;
209 av_log(log_ctx, AV_LOG_DEBUG, "reinit context\n");
214 av_log(log_ctx, AV_LOG_ERROR, "capture VIDIOC_STREAMOFF\n");
220 av_log(log_ctx, AV_LOG_DEBUG, "waiting for user to release AVBufferRefs\n");
229 av_log(log_ctx, AV_LOG_ERROR, "query the new capture format\n");
236 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n");