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,
1246 f->fmt.pix.pixelformat = v4l2->format->fourcc; in vidioc_g_fmt_vid_cap()
1260 static struct em28xx_fmt *format_by_fourcc(unsigned int fourcc) in format_by_fourcc() argument
1265 if (format[i].fourcc == fourcc) in format_by_fourcc()
1313 f->fmt.pix.pixelformat = fmt->fourcc; in vidioc_try_fmt_vid_cap()
1327 static int em28xx_set_video_format(struct em28xx *dev, unsigned int fourcc, in em28xx_set_video_format() argument
1333 fmt = format_by_fourcc(fourcc); in em28xx_set_video_format()
1747 f->pixelformat = format[f->index].fourcc; in vidioc_enum_fmt_vid_cap()
2435 em28xx_set_video_format(dev, format[0].fourcc, in em28xx_v4l2_init()