OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_TO_8KB
(Results
1 - 3
of
3
) 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)
/hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c
289
frame_size =
ALIGN_TO_8KB
(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
290
+
ALIGN_TO_8KB
(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >> 1));
339
*luma_size =
ALIGN_TO_8KB
(ALIGN_TO_128B(width) * ALIGN_TO_32B(height));
340
*chroma_size =
ALIGN_TO_8KB
(ALIGN_TO_128B(width) *
Completed in 279 milliseconds