Home
last modified time | relevance | path

Searched refs:P010M_CBCR_SIZE (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h47 #ifndef P010M_CBCR_SIZE
48 #define P010M_CBCR_SIZE(w,h) ((__ALIGN_UP((w), 16) * 2 * __ALIGN_UP((h), 16) / 2) + 256) macro
DExynosHWCHelper.cpp790 HDEBUGLOGD(eDebugMPP, "size(CbCr) : %d", P010M_CBCR_SIZE(width, height)); in getExynosBufferCbCrLength()
791 return P010M_CBCR_SIZE(width, height); in getExynosBufferCbCrLength()