Home
last modified time | relevance | path

Searched refs:pixelcode (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
134 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
Dfimc-reg.c586 u32 pixelcode; member
610 if (vc->ci_fmt.code == pix_desc[i].pixelcode) { in fimc_hw_set_camera_source()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_resizer.c440 u32 pixelcode; in resizer_try_format() local
463 pixelcode = fmt->code; in resizer_try_format()
468 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
470 fmt->code = pixelcode; in resizer_try_format()
Diss_csi2.c845 u32 pixelcode; in csi2_try_format() local
870 pixelcode = fmt->code; in csi2_try_format()
879 if (info->uncompressed == pixelcode) in csi2_try_format()
880 fmt->code = pixelcode; in csi2_try_format()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispcsi2.c844 u32 pixelcode; in csi2_try_format() local
869 pixelcode = fmt->code; in csi2_try_format()
878 if (info->uncompressed == pixelcode) in csi2_try_format()
879 fmt->code = pixelcode; in csi2_try_format()
Dispccdc.c1964 u32 pixelcode; in ccdc_try_format() local
1993 pixelcode = fmt->code; in ccdc_try_format()
2007 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2008 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2009 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2010 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2011 fmt->code = pixelcode; in ccdc_try_format()
Disppreview.c960 static void preview_config_ycpos(struct isp_prev_device *prev, u32 pixelcode) in preview_config_ycpos() argument
965 switch (pixelcode) { in preview_config_ycpos()
1736 u32 pixelcode; in preview_try_format() local
1772 pixelcode = fmt->code; in preview_try_format()
1775 switch (pixelcode) { in preview_try_format()
1778 fmt->code = pixelcode; in preview_try_format()
Dispresizer.c198 static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) in resizer_set_ycpos() argument
202 switch (pixelcode) { in resizer_set_ycpos()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dsubdev-formats.rst37 :ref:`v4l2_mbus_pixelcode <v4l2-mbus-pixelcode>`.
72 .. _v4l2-mbus-pixelcode:
141 .. _v4l2-mbus-pixelcode-rgb:
1544 .. _v4l2-mbus-pixelcode-rgb-36:
1651 .. _v4l2-mbus-pixelcode-rgb-48:
1827 .. _v4l2-mbus-pixelcode-rgb-lvds:
2089 .. _v4l2-mbus-pixelcode-bayer:
2909 :ref:`v4l2-mbus-pixelcode-yuv8` lists existing packed YUV formats and
2942 .. _v4l2-mbus-pixelcode-yuv8:
7110 .. _v4l2-mbus-pixelcode-yuv8-36bit:
[all …]
/Linux-v5.4/drivers/media/i2c/smiapp/
Dsmiapp-core.c93 u32 pixelcode; in smiapp_read_frame_fmt() local
105 pixelcode = in smiapp_read_frame_fmt()
117 pixelcode = in smiapp_read_frame_fmt()
134 switch (pixelcode) { in smiapp_read_frame_fmt()
157 what, pixels, which, pixelcode); in smiapp_read_frame_fmt()
160 if (pixelcode == in smiapp_read_frame_fmt()
168 switch (pixelcode) { in smiapp_read_frame_fmt()
/Linux-v5.4/include/media/
Dv4l2-subdev.h337 u32 pixelcode; member
/Linux-v5.4/drivers/media/i2c/m5mols/
Dm5mols_core.c619 fd->entry[0].pixelcode = info->ffmt[M5MOLS_RESTYPE_CAPTURE].code; in m5mols_get_frame_desc()