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