Searched refs:P010M_CBCR_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #ifndef P010M_CBCR_SIZE48 #define P010M_CBCR_SIZE(w,h) ((__ALIGN_UP((w), 16) * 2 * __ALIGN_UP((h), 16) / 2) + 256) macro
790 HDEBUGLOGD(eDebugMPP, "size(CbCr) : %d", P010M_CBCR_SIZE(width, height)); in getExynosBufferCbCrLength()791 return P010M_CBCR_SIZE(width, height); in getExynosBufferCbCrLength()