Searched defs:rgb (Results 1 – 3 of 3) sorted by relevance
142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro184 __inline static hi_u32 rgb2_yuv(hi_u32 rgb) in rgb2_yuv()206 __inline static hi_u32 rgb2_yuv_full(hi_u32 rgb) in rgb2_yuv_full()231 __inline static hi_u32 rgb2_yuv_8_bit(hi_u32 rgb) in rgb2_yuv_8_bit()253 __inline static hi_u32 rgb2_yuv_full_8_bit(hi_u32 rgb) in rgb2_yuv_full_8_bit()
145 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro187 __inline static hi_u32 rgb2_yuv(hi_u32 rgb) in rgb2_yuv()209 __inline static hi_u32 rgb2_yuv_full(hi_u32 rgb) in rgb2_yuv_full()234 __inline static hi_u32 rgb2_yuv_8_bit(hi_u32 rgb) in rgb2_yuv_8_bit()256 __inline static hi_u32 rgb2_yuv_full_8_bit(hi_u32 rgb) in rgb2_yuv_full_8_bit()
1135 hi_void vo_drv_set_dev_bg_color(hi_vo_dev dev, hi_u32 bg_color, hi_bool rgb) in vo_drv_set_dev_bg_color()