Home
last modified time | relevance | path

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

/hardware/google/gchips/libexynosutils/
Dexynos_format_v4l2.c354 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/
Dexynos_format.h165 #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/
DExynosMPP.cpp1682 ret = allocOutBuf(ALIGN_UP(mAssignedDisplay->mXres, bufAlign), in doPostProcessing()
1683 ALIGN_UP(mAssignedDisplay->mYres, bufAlign), in doPostProcessing()