Lines Matching defs:pixelformat
84 int pixelformat; /* V4L2_PIX_FMT_* */
204 uint32_t pixelformat)
212 fmt.fmt.pix.pixelformat = pixelformat;
215 /* Some drivers will fail and return EINVAL when the pixelformat
228 if (pixelformat != fmt.fmt.pix.pixelformat) {
232 pixelformat, fmt.fmt.pix.pixelformat);
260 static void list_framesizes(AVFormatContext *ctx, uint32_t pixelformat)
263 struct v4l2_frmsizeenum vfse = { .pixel_format = pixelformat };
292 enum AVCodecID codec_id = ff_fmt_v4l2codec(vfd.pixelformat);
293 enum AVPixelFormat pix_fmt = ff_fmt_v4l2ff(vfd.pixelformat, codec_id);
318 list_framesizes(ctx, vfd.pixelformat);
953 s->pixelformat = desired_format;