Searched refs:P010_Y_SIZE (Results 1 – 2 of 2) sorted by relevance
50 #ifndef P010_Y_SIZE51 #define P010_Y_SIZE(w, h) ((w) * (h) * 2) macro
736 HDEBUGLOGD(eDebugMPP, "size(Y) : %d", P010_Y_SIZE(width, height)); in getExynosBufferYLength()737 return P010_Y_SIZE(width, height); in getExynosBufferYLength()