Lines Matching refs:fourcc
246 static enum pixel_fmt fourcc_to_ipu_pix(__u32 fourcc) in fourcc_to_ipu_pix() argument
249 switch (fourcc) { in fourcc_to_ipu_pix()
303 video->out_pixel_fmt = fourcc_to_ipu_pix(host_fmt->fourcc); in mx3_videobuf_queue()
634 .fourcc = V4L2_PIX_FMT_SBGGR8,
641 .fourcc = V4L2_PIX_FMT_GREY,
721 (fmt->fourcc >> (0*8)) & 0xFF, in mx3_camera_get_formats()
722 (fmt->fourcc >> (1*8)) & 0xFF, in mx3_camera_get_formats()
723 (fmt->fourcc >> (2*8)) & 0xFF, in mx3_camera_get_formats()
724 (fmt->fourcc >> (3*8)) & 0xFF); in mx3_camera_get_formats()
737 if (fourcc_to_ipu_pix(fmt->fourcc) == IPU_PIX_FMT_GENERIC) { in configure_geometry()
1002 u32 pixfmt = icd->current_fmt->host_fmt->fourcc; in mx3_camera_set_bus_param()