Lines Matching defs:pix_fmt
293 enum AVPixelFormat pix_fmt = ff_fmt_v4l2ff(vfd.pixelformat, codec_id);
299 const char *fmt_name = av_get_pix_fmt_name(pix_fmt);
778 enum AVPixelFormat pix_fmt,
786 *desired_format = ff_fmt_ff2v4l(pix_fmt, ctx->video_codec_id);
801 av_log(ctx, AV_LOG_DEBUG, "Trying to set codec:%s pix_fmt:%s\n",
819 (char *)av_x_if_null(av_get_pix_fmt_name(pix_fmt), "none"), pix_fmt);
844 enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE;
910 pix_fmt = av_get_pix_fmt(s->pixel_format);
912 if (pix_fmt == AV_PIX_FMT_NONE && !desc) {
939 res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id);