Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp153 mMaxSrcLayerNum(1), in ExynosMPP()
192 mMaxSrcLayerNum = G2D_MAX_SRC_NUM; in ExynosMPP()
195 mMaxSrcLayerNum = G2D_MAX_SRC_NUM - 1; in ExynosMPP()
232 if (mMaxSrcLayerNum > 1) { in ExynosMPP()
1061 return (mMaxSrcLayerNum > 1) && mNeedCompressedTarget; in needCompressDstBuf()
1285 if (mMaxSrcLayerNum > 1) { in setupLayer()
1347 bool isComposition = (mMaxSrcLayerNum > 1); in setupDst()
1711 bool isComposition = (mMaxSrcLayerNum > 1); in doPostProcessing()
2277 if (mMaxSrcLayerNum > 1) { in assignMPP()
2286 uint32_t maxSrcLayerNum = mMaxSrcLayerNum; in getSrcMaxBlendingNum()
[all …]
DExynosMPP.h530 uint32_t mMaxSrcLayerNum; variable
DExynosResourceManager.cpp682 uint32_t remainNum = m2mMPP->mMaxSrcLayerNum - (lastIndex - firstIndex + 1); in updateExynosComposition()