Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A 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()
H A Dfimc-reg.c586 u32 pixelcode; member
615 if (vc->ci_fmt.code == pix_desc[i].pixelcode) { in fimc_hw_set_camera_source()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_resizer.c441 u32 pixelcode; in resizer_try_format() local
464 pixelcode = fmt->code; in resizer_try_format()
470 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
472 fmt->code = pixelcode; in resizer_try_format()
H A Diss_csi2.c846 u32 pixelcode; in csi2_try_format() local
871 pixelcode = fmt->code; in csi2_try_format()
881 if (info->uncompressed == pixelcode) in csi2_try_format()
882 fmt->code = pixelcode; in csi2_try_format()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-data.h61 u8 pixelcode; member
H A Dccs-data-defs.h142 u8 pixelcode; member
H A Dccs-data.c344 desc->pixelcode = ent->pixelcode; in assign_ffd_entry()
H A Dccs-core.c266 u32 pixelcode; in ccs_read_frame_fmt() local
274 pixelcode = in ccs_read_frame_fmt()
283 pixelcode = in ccs_read_frame_fmt()
301 switch (pixelcode) { in ccs_read_frame_fmt()
324 what, pixels, which, pixelcode); in ccs_read_frame_fmt()
327 if (pixelcode == in ccs_read_frame_fmt()
335 switch (pixelcode) { in ccs_read_frame_fmt()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c849 u32 pixelcode; in csi2_try_format() local
874 pixelcode = fmt->code; in csi2_try_format()
884 if (info->uncompressed == pixelcode) in csi2_try_format()
885 fmt->code = pixelcode; in csi2_try_format()
H A Dispccdc.c1983 u32 pixelcode; in ccdc_try_format() local
2012 pixelcode = fmt->code; in ccdc_try_format()
2027 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2028 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2029 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2030 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2031 fmt->code = pixelcode; in ccdc_try_format()
H A 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()
1741 u32 pixelcode; in preview_try_format() local
1777 pixelcode = fmt->code; in preview_try_format()
1781 switch (pixelcode) { in preview_try_format()
1784 fmt->code = pixelcode; in preview_try_format()
H A 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()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dsubdev-formats.rst32 :ref:`v4l2_mbus_pixelcode <v4l2-mbus-pixelcode>`.
144 .. _v4l2-mbus-pixelcode:
213 .. _v4l2-mbus-pixelcode-rgb:
1801 .. _v4l2-mbus-pixelcode-rgb-36:
1990 .. _v4l2-mbus-pixelcode-rgb-48:
2166 .. _v4l2-mbus-pixelcode-rgb-lvds:
2428 .. _v4l2-mbus-pixelcode-bayer:
3248 :ref:`v4l2-mbus-pixelcode-yuv8` lists existing packed YUV formats and
3281 .. _v4l2-mbus-pixelcode-yuv8:
7523 .. _v4l2-mbus-pixelcode-yuv8-36bit:
[all …]
H A Dvidioc-enum-fmt.rst64 :ref:`media bus format code <v4l2-mbus-pixelcode>`, then drivers
/openbmc/linux/drivers/media/i2c/
H A Dds90ub913.c408 fd->entry[fd->num_entries].pixelcode = in ub913_get_frame_desc()
409 source_fd.entry[i].pixelcode; in ub913_get_frame_desc()
H A Dds90ub953.c537 fd->entry[fd->num_entries].pixelcode = source_entry->pixelcode; in ub953_get_frame_desc()
H A Dds90ub960.c2846 fd->entry[fd->num_entries].pixelcode = source_entry->pixelcode; in ub960_get_frame_desc()
/openbmc/linux/Documentation/driver-api/media/
H A Dtx-rx.rst43 See :ref:`v4l2-mbus-pixelcode`.
/openbmc/linux/include/media/
H A Dv4l2-subdev.h360 u32 pixelcode; member
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c1120 entry->pixelcode = csis_fmt->code; in mipi_csis_get_frame_desc()