Lines Matching defs:fourcc
276 u32 fourcc;
302 * = fourcc = COLORFILTER =
387 .fourcc = V4L2_PIX_FMT_YUYV,
391 .fourcc = V4L2_PIX_FMT_UYVY,
394 .fourcc = V4L2_PIX_FMT_YUV422P,
398 .fourcc = V4L2_PIX_FMT_GREY,
401 .fourcc = V4L2_PIX_FMT_JPEG,
404 .fourcc = V4L2_PIX_FMT_MJPEG,
569 static const struct s2255_fmt *format_by_fourcc(int fourcc)
573 if (-1 == formats[i].fourcc)
575 if (!jpeg_enable && ((formats[i].fourcc == V4L2_PIX_FMT_JPEG) ||
576 (formats[i].fourcc == V4L2_PIX_FMT_MJPEG)))
578 if (formats[i].fourcc == fourcc)
607 switch (vc->fmt->fourcc) {
613 vc->fmt->fourcc);
730 if (!jpeg_enable && ((formats[index].fourcc == V4L2_PIX_FMT_JPEG) ||
731 (formats[index].fourcc == V4L2_PIX_FMT_MJPEG)))
733 f->pixelformat = formats[index].fourcc;
750 f->fmt.pix.pixelformat = vc->fmt->fourcc;
853 switch (vc->fmt->fourcc) {