Home
last modified time | relevance | path

Searched refs:planeNum (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp182 uint32_t bufferNum, planeNum = 0; in getBuffer() local
213 if (((planeNum = exynosFormat->planeNum) == 0) || (planeNum > MAX_PLANE_NUM)) { in getBuffer()
215 planeNum); in getBuffer()
253 if ((bufferNum == 1) && (planeNum > bufferNum)) { in getBuffer()
257 for (uint32_t planeIndex = 1; planeIndex < planeNum; planeIndex++) { in getBuffer()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h135 uint32_t planeNum; member
DExynosHWCHelper.cpp690 return (exynosFormat != nullptr) ? exynosFormat->planeNum : 0; in getPlaneNumOfFormat()