Home
last modified time | relevance | path

Searched refs:max_xdecim_1d (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h390 __u8 max_xdecim_1d; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c696 __u8 max_xdecim_1d; member
705 .max_xdecim_1d = 16,
722 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d); in omap4_hwc_can_scale()
/hardware/ti/omap4-aah/hwc/
Dhwc.c913 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d); in omap4_hwc_can_scale()
933 …!(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d)); in omap4_hwc_can_scale()