Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h43 #ifndef P010M_Y_SIZE
44 #define P010M_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * 2 * __ALIGN_UP((h), 16) + 256) macro
DExynosHWCHelper.cpp733 HDEBUGLOGD(eDebugMPP, "size(Y) : %d", P010M_Y_SIZE(width, height)); in getExynosBufferYLength()
734 return P010M_Y_SIZE(width, height); in getExynosBufferYLength()