Lines Matching refs:logger
51 static inline AVCodecContext *logger(V4L2Context *ctx)
95 av_log(logger(ctx), AV_LOG_DEBUG, "%s changed (%dx%d) -> (%dx%d)\n",
185 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_DQEVENT\n", ctx->name);
199 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_G_FMT\n", s->capture.name);
217 av_log(logger(ctx), AV_LOG_WARNING, "update avcodec height and width\n");
221 av_log(logger(ctx), AV_LOG_ERROR, "v4l2_m2m_codec_reinit\n");
286 av_log(logger(ctx), AV_LOG_WARNING, "All capture buffers returned to "
333 av_log(logger(ctx), AV_LOG_WARNING, "%s POLLERR\n", ctx->name);
337 av_log(logger(ctx), AV_LOG_WARNING, "%s POLLERR\n", ctx->name);
388 av_log(logger(ctx), AV_LOG_DEBUG, "%s VIDIOC_DQBUF, errno (%s)\n",
455 av_log(logger(ctx), AV_LOG_ERROR, "%s unmap plane (%s))\n", ctx->name, av_err2str(AVERROR(errno)));
581 av_log(logger(ctx), AV_LOG_ERROR, "%s stop_encode\n", ctx->name);
606 av_log(logger(ctx), AV_LOG_ERROR, "%s stop_decode\n", ctx->name);
703 av_log(logger(ctx), AV_LOG_WARNING, "V4L2 failed to unmap the %s buffers\n", ctx->name);
715 av_log(logger(ctx), AV_LOG_ERROR, "type %i not supported\n", ctx->type);
721 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_G_FMT failed\n", ctx->name);
729 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_REQBUFS failed: %s\n", ctx->name, strerror(errno));
736 av_log(logger(ctx), AV_LOG_ERROR, "%s malloc enomem\n", ctx->name);
744 av_log(logger(ctx), AV_LOG_ERROR, "%s buffer[%d] initialization (%s)\n", ctx->name, i, av_err2str(ret));
749 av_log(logger(ctx), AV_LOG_DEBUG, "%s: %s %02d buffers initialized: %04ux%04u, sizeimage %08u, bytesperline %08u\n", ctx->name,