Home
last modified time | relevance | path

Searched refs:IPUV3_COLORSPACE_RGB (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-utils.c75 .cs = IPUV3_COLORSPACE_RGB,
84 .cs = IPUV3_COLORSPACE_RGB,
89 .cs = IPUV3_COLORSPACE_RGB,
97 .cs = IPUV3_COLORSPACE_RGB,
103 .cs = IPUV3_COLORSPACE_RGB,
109 .cs = IPUV3_COLORSPACE_RGB,
115 .cs = IPUV3_COLORSPACE_RGB,
126 .cs = IPUV3_COLORSPACE_RGB,
137 .cs = IPUV3_COLORSPACE_RGB,
148 .cs = IPUV3_COLORSPACE_RGB,
[all …]
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-ic.c348 IPUV3_COLORSPACE_RGB, in ipu_ic_task_graphics_init()
351 IPUV3_COLORSPACE_RGB); in ipu_ic_task_graphics_init()
Dipu-dp.c142 if (in == IPUV3_COLORSPACE_RGB && out == IPUV3_COLORSPACE_YUV) { in ipu_dp_csc_init()
Dipu-common.c83 return IPUV3_COLORSPACE_RGB; in ipu_drm_fourcc_to_colorspace()
127 return IPUV3_COLORSPACE_RGB; in ipu_pixelformat_to_colorspace()
155 return IPUV3_COLORSPACE_RGB; in ipu_mbus_code_to_colorspace()
/Linux-v5.4/include/video/
Dimx-ipu-v3.h86 IPUV3_COLORSPACE_RGB, enumerator
/Linux-v5.4/drivers/gpu/drm/imx/
Dipuv3-plane.c618 ipu_dp_setup_channel(ipu_plane->dp, ics, IPUV3_COLORSPACE_RGB); in ipu_plane_atomic_update()