Lines Matching refs:fourcc
245 static enum pixel_fmt fourcc_to_ipu_pix(__u32 fourcc) in fourcc_to_ipu_pix() argument
248 switch (fourcc) { in fourcc_to_ipu_pix()
301 video->out_pixel_fmt = fourcc_to_ipu_pix(host_fmt->fourcc); in mx3_videobuf_queue()
630 .fourcc = V4L2_PIX_FMT_SBGGR8,
637 .fourcc = V4L2_PIX_FMT_GREY,
714 (fmt->fourcc >> (0*8)) & 0xFF, in mx3_camera_get_formats()
715 (fmt->fourcc >> (1*8)) & 0xFF, in mx3_camera_get_formats()
716 (fmt->fourcc >> (2*8)) & 0xFF, in mx3_camera_get_formats()
717 (fmt->fourcc >> (3*8)) & 0xFF); in mx3_camera_get_formats()
730 if (fourcc_to_ipu_pix(fmt->fourcc) == IPU_PIX_FMT_GENERIC) { in configure_geometry()
985 u32 pixfmt = icd->current_fmt->host_fmt->fourcc; in mx3_camera_set_bus_param()