Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h50 #ifndef P010_Y_SIZE
51 #define P010_Y_SIZE(w, h) ((w) * (h) * 2) macro
DExynosHWCHelper.cpp736 HDEBUGLOGD(eDebugMPP, "size(Y) : %d", P010_Y_SIZE(width, height)); in getExynosBufferYLength()
737 return P010_Y_SIZE(width, height); in getExynosBufferYLength()