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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Macros.h 39 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5)
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 80 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5)

Completed in 32 milliseconds