Home
last modified time | relevance | path

Searched refs:pVar (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h120 static inline HI_S32 hifb_color2key(const struct fb_var_screeninfo *pVar, HI_S32 color) in hifb_color2key() argument
122 if (pVar->bits_per_pixel <= 8) { /* 8 left shift */ in hifb_color2key()
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()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h95 static inline HI_S32 hifb_color2key(const struct fb_var_screeninfo *pVar, HI_S32 color) in hifb_color2key() argument
97 if (pVar->bits_per_pixel <= 8) { /* 8 left shift */ in hifb_color2key()
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/include/
H A Dhifb.h100 static inline HI_S32 hifb_color2key(const struct fb_var_screeninfo *pVar, HI_S32 color) in hifb_color2key() argument
102 if (pVar->bits_per_pixel <= 8) { /* 8 left shift */ in hifb_color2key()
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()

Completed in 4 milliseconds