Searched refs:ALIGN_UP (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gchips/libexynosutils/ |
D | exynos_format_v4l2.c | 354 frame_size = (ALIGN_UP(width, 16) * ALIGN_UP(height, 16) + 256) + in FRAME_SIZE() 355 (ALIGN_UP((ALIGN_UP(width, 16) * (ALIGN_UP(height, 16) / 2) + 256), 16)); in FRAME_SIZE() 359 frame_size = (ALIGN_UP(width, 16) * ALIGN_UP(height, 16) + 256) + in FRAME_SIZE() 360 … 2 * (ALIGN_UP((ALIGN_UP(width / 2, 16) * (ALIGN_UP(height, 16) / 2) + 256), 16)); in FRAME_SIZE()
|
/hardware/google/gchips/include/ |
D | exynos_format.h | 165 #define ALIGN_UP(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro 168 #define ALIGN(x, a) ALIGN_UP(x, a)
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 1682 ret = allocOutBuf(ALIGN_UP(mAssignedDisplay->mXres, bufAlign), in doPostProcessing() 1683 ALIGN_UP(mAssignedDisplay->mYres, bufAlign), in doPostProcessing()
|