Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_rotate.c111 __u32 ycnt, ucnt, vcnt; in g2d_rotate_set_para() local
177 g2d_byte_cal(src->format, &ycnt, &ucnt, &vcnt); in g2d_rotate_set_para()
182 pitch2 = cal_align(vcnt * cw, src->align[2]); in g2d_rotate_set_para()
194 vcnt * cx; in g2d_rotate_set_para()
256 pitch2 = cal_align(vcnt * cw, dst->align[2]); in g2d_rotate_set_para()
268 vcnt * cx; in g2d_rotate_set_para()
343 __u32 ycnt, ucnt, vcnt; in g2d_lbc_rot_set_para() local
461 pitch2 = cal_align(vcnt * cw, src->align[2]); in g2d_lbc_rot_set_para()
473 vcnt * cx; in g2d_lbc_rot_set_para()
527 pitch2 = cal_align(vcnt * cw, dst->align[2]); in g2d_lbc_rot_set_para()
[all …]
A Dg2d_wb.c105 __u32 ycnt, ucnt, vcnt; in g2d_wb_set() local
145 g2d_byte_cal(p_image->format, &ycnt, &ucnt, &vcnt); in g2d_wb_set()
150 pitch2 = cal_align(vcnt * cw, p_image->align[2]); in g2d_wb_set()
163 pitch2 * cy + vcnt * cx; in g2d_wb_set()
A Dg2d.c120 __s32 g2d_byte_cal(__u32 format, __u32 *ycnt, __u32 *ucnt, __u32 *vcnt) in g2d_byte_cal() argument
124 *vcnt = 0; in g2d_byte_cal()
152 *vcnt = 1; in g2d_byte_cal()
165 *vcnt = 1; in g2d_byte_cal()
178 *vcnt = 1; in g2d_byte_cal()
A Dg2d_ovl_v.c154 __u32 ycnt, ucnt, vcnt; in g2d_vlayer_set() local
219 g2d_byte_cal(p_image->format, &ycnt, &ucnt, &vcnt); in g2d_vlayer_set()
224 pitch2 = cal_align(vcnt * cw, p_image->align[2]); in g2d_vlayer_set()
236 vcnt * cx; in g2d_vlayer_set()
A Dg2d_driver_i.h117 __s32 g2d_byte_cal(__u32 format, __u32 *ycnt, __u32 *ucnt, __u32 *vcnt);
A Dg2d_ovl_u.c45 __u32 ycnt, ucnt, vcnt; in g2d_uilayer_set() local
70 g2d_byte_cal(p_img->format, &ycnt, &ucnt, &vcnt); in g2d_uilayer_set()

Completed in 19 milliseconds