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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Macros.h 40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 81 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 307 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
308 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >> 1));
357 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height));
358 *chroma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) *

Completed in 41 milliseconds