Searched refs:ff_fmt_ff2v4l (Results 1 – 4 of 4) sorted by relevance
59 v4l2_pixfmt = ff_fmt_ff2v4l(par->format, AV_CODEC_ID_RAWVIDEO); in write_header()61 v4l2_pixfmt = ff_fmt_ff2v4l(AV_PIX_FMT_NONE, par->codec_id); in write_header()
57 uint32_t ff_fmt_ff2v4l(enum AVPixelFormat pix_fmt, enum AVCodecID codec_id);
73 uint32_t ff_fmt_ff2v4l(enum AVPixelFormat pix_fmt, enum AVCodecID codec_id) in ff_fmt_ff2v4l() function
775 *desired_format = ff_fmt_ff2v4l(pix_fmt, ctx->video_codec_id); in device_try_init()