Home
last modified time | relevance | path

Searched refs:IPUV3_COLORSPACE_YUV (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-utils.c28 .cs = IPUV3_COLORSPACE_YUV,
36 .cs = IPUV3_COLORSPACE_YUV,
45 .cs = IPUV3_COLORSPACE_YUV,
50 .cs = IPUV3_COLORSPACE_YUV,
55 .cs = IPUV3_COLORSPACE_YUV,
60 .cs = IPUV3_COLORSPACE_YUV,
65 .cs = IPUV3_COLORSPACE_YUV,
205 .cs = IPUV3_COLORSPACE_YUV,
540 if (cc && cc->cs != IPUV3_COLORSPACE_YUV) in imx_media_fill_default_mbus_fields()
598 if (cc->ipufmt && cc->cs == IPUV3_COLORSPACE_YUV) { in imx_media_mbus_fmt_to_pix_fmt()
Dimx-media-capture.c174 u32 cs_sel = (cc_src->cs == IPUV3_COLORSPACE_YUV) ? in capture_enum_fmt_vid_cap()
224 cs_sel = (cc_src->cs == IPUV3_COLORSPACE_YUV) ? in capture_try_fmt_vid_cap()
Dimx-media-csi.c1197 u32 cs_sel = (incc->cs == IPUV3_COLORSPACE_YUV) ? in csi_enum_mbus_code()
1335 u32 cs_sel = (incc->cs == IPUV3_COLORSPACE_YUV) ? in csi_try_fmt()
/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()
Dipu-dp.c151 if (in == IPUV3_COLORSPACE_RGB && out == IPUV3_COLORSPACE_YUV) { in ipu_dp_csc_init()
Dipu-common.c105 return IPUV3_COLORSPACE_YUV; in ipu_drm_fourcc_to_colorspace()
124 return IPUV3_COLORSPACE_YUV; in ipu_pixelformat_to_colorspace()
162 return IPUV3_COLORSPACE_YUV; in ipu_mbus_code_to_colorspace()
/Linux-v4.19/include/video/
Dimx-ipu-v3.h87 IPUV3_COLORSPACE_YUV, enumerator