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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Macros.h 41 #define ALIGN_TO_8KB(x) ((((x) + (1 << 13) - 1) >> 13) << 13)
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 82 #define ALIGN_TO_8KB(x) ((((x) + (1 << 13) - 1) >> 13) << 13)

Completed in 824 milliseconds