Home
last modified time | relevance | path

Searched refs:RGB (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/hardware/rga/include/
H A Drga.h227 typedef struct RGB { struct
232 } RGB; typedef
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Drga.h232 typedef struct RGB { struct
237 }RGB; typedef
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Drga.h232 typedef struct RGB { struct
237 }RGB; typedef
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h143 * RGB(r,g,b) assemble the r,g,b to 24bit color
148 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h140 * RGB(r,g,b) assemble the r,g,b to 24bit color
145 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h142 * RGB(r,g,b) assemble the r,g,b to 24bit color
147 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro

Completed in 6 milliseconds