Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h45 #ifndef P010M_CBCR_SIZE
46 #define P010M_CBCR_SIZE(w,h) ((__ALIGN_UP((w), 16) * 2 * __ALIGN_UP((h), 16) / 2) + 256) macro
H A DExynosHWCHelper.cpp694 HDEBUGLOGD(eDebugMPP, "size(CbCr) : %d", P010M_CBCR_SIZE(width, height)); in getExynosBufferCbCrLength()
695 return P010M_CBCR_SIZE(width, height); in getExynosBufferCbCrLength()