Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp159 mUsedCapacity(0), in ExynosMPP()
2387 totalUsedCapacity, mUsedCapacity); in hasEnoughCapa()
2390 totalUsedCapacity -= mUsedCapacity; in hasEnoughCapa()
2654 capacity = mUsedCapacity; in getRequiredCapacity()
2721 mUsedCapacity = mUsedBaseCycles / mClockKhz; in addCapacity()
2725 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in addCapacity()
2728 mUsedCapacity = getRequiredCapacity(NULL, mppSource->mSrcImg, mppSource->mMidImg); in addCapacity()
2756 mUsedCapacity = mUsedBaseCycles / mClockKhz; in removeCapacity()
2760 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in removeCapacity()
2771 mUsedCapacity -= max(srcCapacity, dstCapacity); in removeCapacity()
[all …]
DExynosMPP.h538 float mUsedCapacity; variable
DExynosResourceManager.cpp2344 usedCapa += mOtfMPPs[i]->mUsedCapacity; in getResourceUsedCapa()
2351 usedCapa += mM2mMPPs[i]->mUsedCapacity; in getResourceUsedCapa()