Searched refs:hi_vo_gfx_attr (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/layer/ |
D | mkp_vo_gfx.c | 96 static hi_s32 vo_check_gfx_attr_stride(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_check_gfx_attr_stride() 112 static hi_s32 vo_check_gfx_attr_type(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_check_gfx_attr_type() 123 static hi_s32 vo_check_gfx_attr(hi_vo_dev dev, hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_check_gfx_attr() 139 static hi_s32 vo_check_set_gfx_attr(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_check_set_gfx_attr() 157 static hi_void vo_set_gfx_attr_in_drv(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_set_gfx_attr_in_drv() 168 static hi_s32 vo_do_set_gfx_attr(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_do_set_gfx_attr() 182 hi_s32 vo_set_gfx_attr(hi_vo_layer layer, const hi_vo_gfx_attr *attr) in vo_set_gfx_attr() 236 static hi_s32 vo_do_enable_gfx_layer(hi_vo_layer layer, const hi_vo_gfx_attr *gfx_attr) in vo_do_enable_gfx_layer() 259 hi_s32 vo_enable_gfx_layer(hi_vo_layer layer, const hi_vo_gfx_attr *gfx_attr) in vo_enable_gfx_layer()
|
D | mkp_vo_gfx.h | 35 hi_s32 vo_set_gfx_attr(hi_vo_layer layer, const hi_vo_gfx_attr *attr); 36 hi_s32 vo_enable_gfx_layer(hi_vo_layer layer, const hi_vo_gfx_attr *gfx_attr);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/include/ |
D | drv_vo_gfx.h | 35 hi_s32 vo_drv_gfx_convert_gfx_attr(const hi_vo_gfx_attr *gfx_attr_in, hi_vo_gfx_attr *gfx_attr_out); 36 hi_void vo_drv_gfx_open(hi_vo_layer gfx_id, const hi_vo_gfx_attr *gfx_attr);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/ |
D | drv_vo_gfx_comm.c | 62 static hi_s32 vo_drv_gfx_check_image_stride_and_xywh(hi_vo_gfx_attr *gfx_attr_out, osd_logo_t *scro… in vo_drv_gfx_check_image_stride_and_xywh() 75 hi_s32 vo_drv_gfx_convert_gfx_attr(const hi_vo_gfx_attr *gfx_attr_in, hi_vo_gfx_attr *gfx_attr_out) in vo_drv_gfx_convert_gfx_attr() 101 hi_void vo_drv_gfx_open(hi_vo_layer gfx_id, const hi_vo_gfx_attr *gfx_attr) in vo_drv_gfx_open()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/ |
D | vo.c | 117 hi_rect gfx_rect, unsigned int type, hi_vo_gfx_attr *gfx_attr) in vo_construct_gfx_attr() 119 hi_vo_gfx_attr gfx_attr_tmp = {0}; in vo_construct_gfx_attr() 132 hi_vo_gfx_attr gfx_attr = {0}; in start_gx()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/include/ |
D | hi_common_vo.h | 337 } hi_vo_gfx_attr; typedef
|