Searched refs:hifb_rgb (Results 1 – 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hifb.h | 94 static inline HI_U8 hifb_rgb(const struct fb_bitfield *pBit, HI_S32 color) in hifb_rgb() function 106 r = hifb_rgb(&pVar->red, color); in hifb_color2key() 107 g = hifb_rgb(&pVar->green, color); in hifb_color2key() 108 b = hifb_rgb(&pVar->blue, color); in hifb_color2key()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hifb.h | 89 static inline HI_U8 hifb_rgb(const struct fb_bitfield *pBit, HI_S32 color) in hifb_rgb() function 101 r = hifb_rgb(&pVar->red, color); in hifb_color2key() 102 g = hifb_rgb(&pVar->green, color); in hifb_color2key() 103 b = hifb_rgb(&pVar->blue, color); in hifb_color2key()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/ |
D | hifb.h | 114 static inline HI_U8 hifb_rgb(const struct fb_bitfield *pBit, HI_S32 color) in hifb_rgb() function 126 r = hifb_rgb(&pVar->red, color); in hifb_color2key() 127 g = hifb_rgb(&pVar->green, color); in hifb_color2key() 128 b = hifb_rgb(&pVar->blue, color); in hifb_color2key()
|