Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_math_adapt.h142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro
184 __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()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_math_adapt.h145 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro
187 __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()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/
Dvou_drv.c1135 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()