Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2422 float ExynosMPP::getPPC(const struct exynos_image &src, in getPPC() function in ExynosMPP
2500 …PPC = getPPC(mAssignedSources[i]->mSrcImg, mAssignedSources[i]->mMidImg, mAssignedSources[i]->mSrc… in getAssignedCapacity()
2571 … float assignedPPC = getPPC(mAssignedSources[i]->mSrcImg, mAssignedSources[i]->mMidImg, in getRequiredCapacity()
2581 PPC = getPPC(src, dst, src, &src, &dst); in getRequiredCapacity()
2599 float srcPPC = getPPC(src, dst, src); in getRequiredCapacity()
2600 float dstPPC = getPPC(src, dst, dst); in getRequiredCapacity()
2620 return maxResolution/(float)getPPC(src, dst, src); in getRequiredBaseCycles()
2710 float srcCapacity = (float)srcResolution / getPPC(src, dst, src); in removeCapacity()
2711 float dstCapacity = (float)dstResolution / getPPC(src, dst, dst); in removeCapacity()
2763 …float PPC = getPPC(mAssignedSources[i]->mSrcImg, mAssignedSources[i]->mMidImg, mAssignedSources[i]… in updateUsedCapacity()
DExynosMPP.h687 float getPPC(const struct exynos_image &src, const struct exynos_image &dst,
691 float getPPC() { return mPPC; }; in getPPC() function