Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h389 __u8 max_ydecim_2d; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c695 __u8 max_ydecim_2d; member
708 .max_ydecim_2d = 2,
723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale()
/hardware/ti/omap4-aah/hwc/
Dhwc.c914 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale()