HomeSort by relevance Sort by last modified time
    Searched refs:max_xdecim_1d (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 390 __u8 max_xdecim_1d; member in struct:dsscomp_platform_info
  /hardware/ti/omap4xxx/hwc/
hwc.c 696 __u8 max_xdecim_1d; member in struct:dsscomp_dispc_limitations
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);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 913 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d);
933 return !(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d));
    [all...]

Completed in 54 milliseconds