Lines Matching defs:fourcc
55 .fourcc = V4L2_PIX_FMT_YUYV,
58 .fourcc = V4L2_PIX_FMT_UYVY,
61 .fourcc = V4L2_PIX_FMT_TM6000,
394 if ((dev->fourcc) == V4L2_PIX_FMT_TM6000) {
875 f->pixelformat = format[f->index].fourcc;
887 f->fmt.pix.pixelformat = fh->fmt->fourcc;
897 static struct tm6000_fmt *format_by_fourcc(unsigned int fourcc)
902 if (format[i].fourcc == fourcc)
959 dev->fourcc = f->fmt.pix.pixelformat;
1336 dev->fourcc = format[0].fourcc;
1338 fh->fmt = format_by_fourcc(dev->fourcc);