Searched refs:RGB (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 227 typedef struct RGB { struct 232 } RGB; typedef
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 232 typedef struct RGB { struct 237 }RGB; typedef
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 232 typedef struct RGB { struct 237 }RGB; typedef
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 143 * 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 D | hi_math.h | 140 * 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 D | hi_math.h | 142 * 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