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

  /hardware/ti/omap4xxx/hwc/
hwc.c 699 __u8 max_downscale; member in struct:dsscomp_dispc_limitations
710 .max_downscale = 4,
737 if (dst_h * limits->max_downscale < min_src_h)
742 return !(dst_w * limits->max_downscale < min_src_w);
749 if (fclk > pclk * limits->max_downscale)
750 fclk = pclk * limits->max_downscale;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 397 int max_downscale = local_path ? 4 : 16; local
404 src_w < dest_w * max_downscale &&
408 src_h < dest_h * max_downscale &&
    [all...]

Completed in 4860 milliseconds