Searched refs:IPUV3_COLORSPACE_RGB (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-utils.c | 79 .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/ |
D | ipu-ic.c | 240 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()
|
D | ipu-dp.c | 151 if (in == IPUV3_COLORSPACE_RGB && out == IPUV3_COLORSPACE_YUV) { in ipu_dp_csc_init()
|
D | ipu-common.c | 92 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/ |
D | imx-ipu-v3.h | 86 IPUV3_COLORSPACE_RGB, enumerator
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | ipuv3-plane.c | 602 ipu_dp_setup_channel(ipu_plane->dp, ics, IPUV3_COLORSPACE_RGB); in ipu_plane_atomic_update()
|