Searched refs:P010M_Y_SIZE (Results 1 – 2 of 2) sorted by relevance
43 #ifndef P010M_Y_SIZE44 #define P010M_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * 2 * __ALIGN_UP((h), 16) + 256) macro
733 HDEBUGLOGD(eDebugMPP, "size(Y) : %d", P010M_Y_SIZE(width, height)); in getExynosBufferYLength()734 return P010M_Y_SIZE(width, height); in getExynosBufferYLength()