/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | rockchip_rgb.c | 92 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 …]
|
D | rockchip_rgb.h | 21 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini()
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip_drm_display_pattern.c | 37 #define MAKE_RGBA(rgb, r, g, b, a) \ argument 43 #define MAKE_RGB24(rgb, r, g, b) { .value = MAKE_RGBA(rgb, r, g, b, 0) } argument 78 #define MAKE_RGB24(rgb, r, g, b) \ argument 182 static void fill_smpte_rgb16(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb16() 243 static void fill_smpte_rgb24(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb24() 304 static void fill_smpte_rgb32(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb32()
|
D | rockchip_drm_display_pattern.h | 43 const struct util_rgb_info rgb; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
D | hi_math_adapt.h | 145 #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/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
D | hi_math_adapt.h | 142 #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/include/adapt/ |
D | hi_math_adapt.h | 142 #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/board/isoftstone/yangfan/kernel/hdf/drivers/camera/pipeline_core/src/node/ |
D | rk_codec_node.cpp | 204 void RKCodecNode::xYUV422ToRGB(uint8_t *yuv422, uint8_t *rgb, int width, int height) in xYUV422ToRGB() 250 void RKCodecNode::xRGBAToRGB(uint8_t *rgba, uint8_t *rgb, int width, int height) in xRGBAToRGB()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/sunxi_device/ |
D | sunxi_hdmi.h | 37 unsigned int rgb[4]; member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/driver/ |
D | lcd_types.h | 126 const lcd_rgb_t *rgb; /**< RGB interface lcd device config */ member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/lcd/ |
D | lcd_driver.c | 498 const lcd_rgb_t *rgb = config->device->rgb; in lcd_driver_rgb_init() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
D | aml_mpeg4_parser.h | 242 int rgb; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-mipi/protocol/ |
D | protocol_reg_i.h | 186 unsigned int rgb:1; member
|
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/ |
D | rk3588s.dtsi | 1443 rgb: rgb { label
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/ |
D | vou_drv.c | 1135 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()
|