Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c132 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
137 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
141 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
Dfimc-reg.c589 u32 pixelcode; member
613 if (vc->ci_fmt.code == pix_desc[i].pixelcode) { in fimc_hw_set_camera_source()
/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_resizer.c444 u32 pixelcode; in resizer_try_format() local
467 pixelcode = fmt->code; in resizer_try_format()
472 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
474 fmt->code = pixelcode; in resizer_try_format()
Diss_csi2.c849 u32 pixelcode; in csi2_try_format() local
874 pixelcode = fmt->code; in csi2_try_format()
883 if (info->uncompressed == pixelcode) in csi2_try_format()
884 fmt->code = pixelcode; in csi2_try_format()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispcsi2.c847 u32 pixelcode; in csi2_try_format() local
872 pixelcode = fmt->code; in csi2_try_format()
881 if (info->uncompressed == pixelcode) in csi2_try_format()
882 fmt->code = pixelcode; in csi2_try_format()
Dispccdc.c1967 u32 pixelcode; in ccdc_try_format() local
1996 pixelcode = fmt->code; in ccdc_try_format()
2010 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2011 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2012 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2013 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2014 fmt->code = pixelcode; in ccdc_try_format()
Disppreview.c963 static void preview_config_ycpos(struct isp_prev_device *prev, u32 pixelcode) in preview_config_ycpos() argument
968 switch (pixelcode) { in preview_config_ycpos()
1739 u32 pixelcode; in preview_try_format() local
1775 pixelcode = fmt->code; in preview_try_format()
1778 switch (pixelcode) { in preview_try_format()
1781 fmt->code = pixelcode; in preview_try_format()
Dispresizer.c201 static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) in resizer_set_ycpos() argument
205 switch (pixelcode) { in resizer_set_ycpos()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dsubdev-formats.rst30 :ref:`v4l2_mbus_pixelcode <v4l2-mbus-pixelcode>`.
65 .. _v4l2-mbus-pixelcode:
126 .. _v4l2-mbus-pixelcode-rgb:
1315 .. _v4l2-mbus-pixelcode-rgb-36:
1422 .. _v4l2-mbus-pixelcode-rgb-48:
1598 .. _v4l2-mbus-pixelcode-rgb-lvds:
1860 .. _v4l2-mbus-pixelcode-bayer:
2680 :ref:`v4l2-mbus-pixelcode-yuv8` lists existing packed YUV formats and
2713 .. _v4l2-mbus-pixelcode-yuv8:
6881 .. _v4l2-mbus-pixelcode-yuv8-36bit:
[all …]
/Linux-v4.19/drivers/media/i2c/smiapp/
Dsmiapp-core.c101 u32 pixelcode; in smiapp_read_frame_fmt() local
113 pixelcode = in smiapp_read_frame_fmt()
125 pixelcode = in smiapp_read_frame_fmt()
142 switch (pixelcode) { in smiapp_read_frame_fmt()
165 what, pixels, which, pixelcode); in smiapp_read_frame_fmt()
168 if (pixelcode == in smiapp_read_frame_fmt()
176 switch (pixelcode) { in smiapp_read_frame_fmt()
/Linux-v4.19/include/media/
Dv4l2-subdev.h346 u32 pixelcode; member
/Linux-v4.19/drivers/media/i2c/m5mols/
Dm5mols_core.c623 fd->entry[0].pixelcode = info->ffmt[M5MOLS_RESTYPE_CAPTURE].code; in m5mols_get_frame_desc()