Home
last modified time | relevance | path

Searched refs:ALIGN_TO_128B (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c289 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)) in FRAME_SIZE()
290 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >> 1)); in FRAME_SIZE()
339 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)); in PLANAR_FRAME_SIZE()
340 *chroma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * in PLANAR_FRAME_SIZE()
/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h81 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) macro
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
DExynos_OMX_Macros.h40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) macro