Home
last modified time | relevance | path

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

/u-boot/drivers/video/imx/
A Dipu_disp.c30 YUV2YUV, enumerator
453 fg_csc_type = YUV2YUV; in ipu_dp_init()
465 bg_csc_type = YUV2YUV; in ipu_dp_init()
472 (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_dp_init()
473 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_dp_init()
474 ((fg_csc_type == YUV2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_dp_init()
1245 if (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_disp_set_color_key()
1246 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_disp_set_color_key()
1247 ((fg_csc_type == YUV2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_disp_set_color_key()

Completed in 4 milliseconds