Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp2244 ExynosMPP *findMpp = nullptr; in setScaleDownRatio() local
2255 findMpp = *otfMPP; in setScaleDownRatio()
2259 findMpp = m2mMPP == mM2mMPPs.end() ? nullptr : *m2mMPP; in setScaleDownRatio()
2262 if (findMpp == nullptr) { in setScaleDownRatio()
2268 findMpp->mDstSizeRestrictions[i].maxDownScale = scaleDownRatio; in setScaleDownRatio()