Home
last modified time | relevance | path

Searched refs:SC_MIN_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_vsu.c850 if (*ovlh < SC_MIN_HEIGHT || bld_rect->h < SC_MIN_HEIGHT) { in de_recalc_ovl_bld_for_scale()
856 bld_rect->h = SC_MIN_HEIGHT; in de_recalc_ovl_bld_for_scale()
857 *ovlh = (step->vstep * SC_MIN_HEIGHT) >> shift; in de_recalc_ovl_bld_for_scale()
860 *ovlh = SC_MIN_HEIGHT; in de_recalc_ovl_bld_for_scale()
861 bld_rect->h = SC_MIN_HEIGHT * (1 << shift) in de_recalc_ovl_bld_for_scale()
A Dde_scaler.h50 #define SC_MIN_HEIGHT 8 macro

Completed in 8 milliseconds