Home
last modified time | relevance | path

Searched refs:ucnt (Results 1 – 7 of 7) 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()
180 pitch1 = cal_align(ucnt * cw, src->align[1]); in g2d_rotate_set_para()
190 ucnt * cx; in g2d_rotate_set_para()
254 pitch1 = cal_align(ucnt * cw, dst->align[1]); in g2d_rotate_set_para()
264 ucnt * cx; in g2d_rotate_set_para()
343 __u32 ycnt, ucnt, vcnt; in g2d_lbc_rot_set_para() local
459 pitch1 = cal_align(ucnt * cw, src->align[1]); in g2d_lbc_rot_set_para()
469 ucnt * cx; in g2d_lbc_rot_set_para()
525 pitch1 = cal_align(ucnt * cw, dst->align[1]); in g2d_lbc_rot_set_para()
[all …]
A Dg2d.c120 __s32 g2d_byte_cal(__u32 format, __u32 *ycnt, __u32 *ucnt, __u32 *vcnt) in g2d_byte_cal() argument
123 *ucnt = 0; in g2d_byte_cal()
145 *ucnt = 2; in g2d_byte_cal()
151 *ucnt = 1; in g2d_byte_cal()
158 *ucnt = 2; in g2d_byte_cal()
164 *ucnt = 1; in g2d_byte_cal()
171 *ucnt = 2; in g2d_byte_cal()
177 *ucnt = 1; in g2d_byte_cal()
187 *ucnt = 4; in g2d_byte_cal()
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()
148 pitch1 = cal_align(ucnt * cw, p_image->align[1]); in g2d_wb_set()
159 pitch1 * cy + ucnt * cx; in g2d_wb_set()
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()
222 pitch1 = cal_align(ucnt * cw, p_image->align[1]); in g2d_vlayer_set()
232 ucnt * 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_rtmx.c931 ucnt = 0; in de_rtmx_set_lay_laddr()
934 ucnt = 1; in de_rtmx_set_lay_laddr()
941 ucnt = 1; in de_rtmx_set_lay_laddr()
948 ucnt = 1; in de_rtmx_set_lay_laddr()
955 ucnt = 2; in de_rtmx_set_lay_laddr()
960 ucnt = 2; in de_rtmx_set_lay_laddr()
965 ucnt = 2; in de_rtmx_set_lay_laddr()
1107 ucnt = 0; in de_rtmx_get_3d_in()
1111 ucnt = 1; in de_rtmx_get_3d_in()
1117 ucnt = 1; in de_rtmx_get_3d_in()
[all …]

Completed in 18 milliseconds