Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h594 uint32_t getSrcMaxCropHeight(struct exynos_image &src);
DExynosMPP.cpp627 uint32_t ExynosMPP::getSrcMaxCropHeight(struct exynos_image &src) in getSrcMaxCropHeight() function in ExynosMPP
638 return (getSrcMaxCropWidth(src) * getSrcMaxCropHeight(src)); in getSrcMaxCropSize()
2008 uint32_t maxSrcCropHeight = getSrcMaxCropHeight(src); in isSupported()