Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h624 uint32_t getSrcMaxCropHeight(struct exynos_image &src);
DExynosMPP.cpp633 uint32_t ExynosMPP::getSrcMaxCropHeight(struct exynos_image &src) in getSrcMaxCropHeight() function in ExynosMPP
644 return (getSrcMaxCropWidth(src) * getSrcMaxCropHeight(src)); in getSrcMaxCropSize()
2057 uint32_t maxSrcCropHeight = getSrcMaxCropHeight(src); in isSupported()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp2154 srcMaxCropHeight = otfMPP->getSrcMaxCropHeight(src_img); in configureHandle()