Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp1007 const bool scaleDown = (srcWidth > dst_img.w || srcHeight > dst_img.h); in checkBtsCap() local
1009 if (!scaleDown) return true; in checkBtsCap()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1184 const bool scaleDown = (srcWidth > dst_img.w && srcHeight > dst_img.h); in getCandidateScalingM2mMPPOutImages() local
1186 if (!scaleUp && !scaleDown) { in getCandidateScalingM2mMPPOutImages()
1264 dst_scale_img.w = scaleDown ? dst_img.w : srcWidth; in getCandidateScalingM2mMPPOutImages()
1265 dst_scale_img.h = scaleDown ? dst_img.h : srcHeight; in getCandidateScalingM2mMPPOutImages()