Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_rgb.c92 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_atomic_connector_get_property() local
116 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_connector_get_modes() local
124 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_connector_best_encoder() local
136 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_enable() local
156 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_disable() local
237 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_loader_protect() local
256 struct rockchip_rgb *rgb = dev_get_drvdata(dev); in rockchip_rgb_bind() local
321 struct rockchip_rgb *rgb = dev_get_drvdata(dev); in rockchip_rgb_unbind() local
341 struct rockchip_rgb *rgb; in rockchip_rgb_probe() local
387 static void px30_rgb_enable(struct rockchip_rgb *rgb) in px30_rgb_enable()
[all …]
Drockchip_rgb.h21 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini()
/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_liteos/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/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/
Drk3588s.dtsi1443 rgb: rgb { label
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/common_headers/drivers/gpu/
Dsoc_vau_type.h330 td_u32 rgb : 24; member
/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()