Searched refs:vcnt (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_rotate.c | 111 __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 D | g2d_wb.c | 105 __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 D | g2d.c | 120 __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 D | g2d_ovl_v.c | 154 __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 D | g2d_driver_i.h | 117 __s32 g2d_byte_cal(__u32 format, __u32 *ycnt, __u32 *ucnt, __u32 *vcnt);
|
| A D | g2d_ovl_u.c | 45 __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