Lines Matching refs:fourcc
111 .fourcc = V4L2_PIX_FMT_YUYV,
116 .fourcc = V4L2_PIX_FMT_RGB565,
121 .fourcc = V4L2_PIX_FMT_SBGGR8,
126 .fourcc = V4L2_PIX_FMT_SGRBG8,
131 .fourcc = V4L2_PIX_FMT_SGBRG8,
136 .fourcc = V4L2_PIX_FMT_YUV411P,
1252 f->fmt.pix.pixelformat = v4l2->format->fourcc; in vidioc_g_fmt_vid_cap()
1266 static struct em28xx_fmt *format_by_fourcc(unsigned int fourcc) in format_by_fourcc() argument
1271 if (format[i].fourcc == fourcc) in format_by_fourcc()
1319 f->fmt.pix.pixelformat = fmt->fourcc; in vidioc_try_fmt_vid_cap()
1333 static int em28xx_set_video_format(struct em28xx *dev, unsigned int fourcc, in em28xx_set_video_format() argument
1339 fmt = format_by_fourcc(fourcc); in em28xx_set_video_format()
1753 f->pixelformat = format[f->index].fourcc; in vidioc_enum_fmt_vid_cap()
2441 em28xx_set_video_format(dev, format[0].fourcc, in em28xx_v4l2_init()