Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h387 __u8 max_xdecim_2d; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c694 __u8 max_xdecim_2d; member
706 .max_xdecim_2d = 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 …return !(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdec… in omap4_hwc_can_scale()