Searched refs:minDstHeight (Results 1 – 2 of 2) sorted by relevance
327 uint32_t minDstHeight = exynosMPPVG->getDstMinHeight(dst_img); in doPreProcess() local341 if ((uint32_t)HEIGHT(mDisplayFrame) < minDstHeight) { in doPreProcess()344 HEIGHT(mDisplayFrame), minDstHeight); in doPreProcess()346 pixel_align(HEIGHT(mDisplayFrame), minDstHeight); in doPreProcess()350 pixel_align(HEIGHT(mPreprocessedInfo.displayFrame), minDstHeight); in doPreProcess()
2069 uint32_t minDstHeight = getDstMinHeight(dst); in isSupported() local2091 else if (dst.h < minDstHeight) in isSupported()