Searched refs:minDstHeight (Results 1 – 2 of 2) sorted by relevance
295 uint32_t minDstHeight = exynosMPPVG->getDstMinHeight(dst_img); in doPreProcess() local309 if ((uint32_t)HEIGHT(mDisplayFrame) < minDstHeight) { in doPreProcess()312 HEIGHT(mDisplayFrame), minDstHeight); in doPreProcess()314 pixel_align(HEIGHT(mDisplayFrame), minDstHeight); in doPreProcess()318 pixel_align(HEIGHT(mPreprocessedInfo.displayFrame), minDstHeight); in doPreProcess()
2020 uint32_t minDstHeight = getDstMinHeight(dst); in isSupported() local2042 else if (dst.h < minDstHeight) in isSupported()