Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h613 uint32_t getDstMinHeight(struct exynos_image &dst);
DExynosMPP.cpp722 uint32_t ExynosMPP::getDstMinHeight(struct exynos_image &dst) in getDstMinHeight() function in ExynosMPP
2020 uint32_t minDstHeight = getDstMinHeight(dst); in isSupported()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp295 uint32_t minDstHeight = exynosMPPVG->getDstMinHeight(dst_img); in doPreProcess()