Searched refs:min_src_h (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); local
737 if (dst_h * limits->max_downscale < min_src_h)
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c914 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); local
928 if (dst_h * limits->max_downscale < min_src_h)

Completed in 369 milliseconds