Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp114 rSize.maxDownScale = r.scale_down; in makeDPURestrictions()
136 rSize.maxDownScale = min(rSize.maxDownScale, newMaxDownscale); in makeDPURestrictions()
137 ALOGI("%s:: Apply DPP downscale restriction on 1/%d", __func__, rSize.maxDownScale); in makeDPURestrictions()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h319 uint32_t maxDownScale; member
DExynosMPP.cpp70 result.appendFormat(" maxDownScale = %u, maxUpscale = %u\n", restrictionSize.maxDownScale, in dump()
513 return mDstSizeRestrictions[idx].maxDownScale; in getDownscaleRestriction()
1966 … i, mSrcSizeRestrictions[i].maxDownScale, mSrcSizeRestrictions[i].maxUpScale, in setupRestriction()
1982 … i, mDstSizeRestrictions[i].maxDownScale, mDstSizeRestrictions[i].maxUpScale, in setupRestriction()