Searched refs:RGB2YUV (Results 1 – 2 of 2) sorted by relevance
25 RGB2YUV = 0, enumerator446 fg_csc_type = RGB2YUV; in ipu_dp_init()458 bg_csc_type = RGB2YUV; in ipu_dp_init()470 (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_dp_init()471 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_dp_init()1252 if (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_disp_set_color_key()1253 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_disp_set_color_key()
929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV() function952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()