Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp295 uint32_t minDstHeight = exynosMPPVG->getDstMinHeight(dst_img); in doPreProcess() local
309 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()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2020 uint32_t minDstHeight = getDstMinHeight(dst); in isSupported() local
2042 else if (dst.h < minDstHeight) in isSupported()