Home
last modified time | relevance | path

Searched refs:dst_image_h (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d.c292 &para->dst_image_h, in g2d_blit_h()
715 memcpy(&mixer_blit_para.dst_image_h, in sunxi_g2d_control()
716 &blit_para.dst_image_h, sizeof(g2d_image_enh)); in sunxi_g2d_control()
746 memcpy(&mixer_bld_para.dst_image_h, in sunxi_g2d_control()
770 memcpy(&mixer_fill_para.dst_image_h, in sunxi_g2d_control()
771 &fill_para.dst_image_h, sizeof(g2d_image_enh)); in sunxi_g2d_control()
789 memcpy(&mixer_mask_para.dst_image_h, in sunxi_g2d_control()
790 &mask_para.dst_image_h, sizeof(g2d_image_enh)); in sunxi_g2d_control()
A Dg2d_driver.h364 g2d_image_enh dst_image_h; member
386 g2d_image_enh dst_image_h; member
413 g2d_image_enh dst_image_h; member
483 g2d_image_enh dst_image_h; member
A Dg2d_mixer.c410 dst_addr = p_para[0].dst_image_h.laddr[0]; in g2d_split_mem()
420 p_para[i].dst_image_h.laddr[0] = dst_addr; in g2d_split_mem()
422 dst_addr += p_para[i].dst_image_h.width * p_para[i].dst_image_h.height; in g2d_split_mem()
649 if (g2d_image_check(&p_para->dst_image_h)) in g2d_mixer_frame_apply()
660 p_para->dst_image_h.bbuff = 1; in g2d_mixer_frame_apply()
661 p_para->dst_image_h.gamut = G2D_BT709; in g2d_mixer_frame_apply()
675 &p_para->dst_image_h, p_para->flag_h); in g2d_mixer_frame_apply()
678 &p_para->dst_image_h, p_para->bld_cmd, in g2d_mixer_frame_apply()
681 ret = g2d_fillrectangle(p_frame, &p_para->dst_image_h, in g2d_mixer_frame_apply()
682 p_para->dst_image_h.color); in g2d_mixer_frame_apply()
[all …]
A Dg2d_rotate.c356 g2d_image_enh *dst = &para->blt.dst_image_h; in g2d_lbc_rot_set_para()

Completed in 15 milliseconds