Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp123 rSize.maxCropHeight = r.src_h.max; in makeDPURestrictions()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp79 restrictionSize.maxCropHeight); in dump()
634 return mSrcSizeRestrictions[idx].maxCropHeight; in getSrcMaxCropHeight()
703 return mDstSizeRestrictions[idx].maxCropHeight; in getDstMaxHeight()
1970 … mSrcSizeRestrictions[i].maxCropWidth, mSrcSizeRestrictions[i].maxCropHeight, in setupRestriction()
1986 … mDstSizeRestrictions[i].maxCropWidth, mDstSizeRestrictions[i].maxCropHeight, in setupRestriction()
DExynosMPP.h328 uint32_t maxCropHeight; member