Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-utils.c79 .cs = IPUV3_COLORSPACE_RGB,
88 .cs = IPUV3_COLORSPACE_RGB,
93 .cs = IPUV3_COLORSPACE_RGB,
101 .cs = IPUV3_COLORSPACE_RGB,
107 .cs = IPUV3_COLORSPACE_RGB,
113 .cs = IPUV3_COLORSPACE_RGB,
119 .cs = IPUV3_COLORSPACE_RGB,
130 .cs = IPUV3_COLORSPACE_RGB,
141 .cs = IPUV3_COLORSPACE_RGB,
152 .cs = IPUV3_COLORSPACE_RGB,
[all …]
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-ic.c240 if (inf == IPUV3_COLORSPACE_YUV && outf == IPUV3_COLORSPACE_RGB) in init_csc()
242 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_YUV) in init_csc()
244 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_RGB) in init_csc()
407 ret = init_csc(ic, IPUV3_COLORSPACE_RGB, in ipu_ic_task_graphics_init()
408 IPUV3_COLORSPACE_RGB, 0); in ipu_ic_task_graphics_init()
Dipu-dp.c151 if (in == IPUV3_COLORSPACE_RGB && out == IPUV3_COLORSPACE_YUV) { in ipu_dp_csc_init()
Dipu-common.c92 return IPUV3_COLORSPACE_RGB; in ipu_drm_fourcc_to_colorspace()
132 return IPUV3_COLORSPACE_RGB; in ipu_pixelformat_to_colorspace()
160 return IPUV3_COLORSPACE_RGB; in ipu_mbus_code_to_colorspace()
/Linux-v4.19/include/video/
Dimx-ipu-v3.h86 IPUV3_COLORSPACE_RGB, enumerator
/Linux-v4.19/drivers/gpu/drm/imx/
Dipuv3-plane.c602 ipu_dp_setup_channel(ipu_plane->dp, ics, IPUV3_COLORSPACE_RGB); in ipu_plane_atomic_update()