/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 341 hwc_rect_t cropL = sourceCrop; in configure() local 344 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure() 346 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure() 457 hwc_rect_t cropL = fbUpdatingRect; in configure() local 500 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2; in configure() 501 cropR.left = cropL.right; in configure() 509 cropL, cropL, NULL /*metadata*/, destL) < 0) { in configure()
|
D | hwc_utils.cpp | 725 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local 731 cropL = sourceCrop; in needsScalingWithSplit() 735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit() 744 sanitizeSourceCrop(cropL, cropR, hnd); in needsScalingWithSplit() 749 src_width_l = cropL.right - cropL.left; in needsScalingWithSplit() 750 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit() 1712 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, in sanitizeSourceCrop() argument 1714 if(cropL.right - cropL.left) { in sanitizeSourceCrop() 1717 ovutils::even_floor(cropL.left); in sanitizeSourceCrop() 1720 ovutils::even_floor(cropL.right); in sanitizeSourceCrop() [all …]
|
D | hwc_mdpcomp.cpp | 2358 hwc_rect_t cropL = crop; in configure() local 2363 cropL.right = (crop.right + crop.left) / 2; in configure() 2364 cropR.left = cropL.right; in configure() 2365 sanitizeSourceCrop(cropL, cropR, hnd); in configure() 2369 hwc_rect_t tmp = cropL; in configure() 2370 cropL = cropR; in configure() 2389 cropL, dstL, metadata, lDest) < 0) { in configure()
|
D | hwc_utils.h | 272 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 335 hwc_rect_t cropL = sourceCrop; in configure() local 338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure() 340 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure() 451 hwc_rect_t cropL = fbUpdatingRect; in configure() local 496 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2; in configure() 497 cropR.left = cropL.right; in configure() 505 cropL, cropL, NULL /*metadata*/, destL) < 0) { in configure()
|
D | hwc_utils.cpp | 738 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local 744 cropL = sourceCrop; in needsScalingWithSplit() 748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit() 757 sanitizeSourceCrop(cropL, cropR, hnd); in needsScalingWithSplit() 762 src_width_l = cropL.right - cropL.left; in needsScalingWithSplit() 763 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit() 1707 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, in sanitizeSourceCrop() argument 1709 if(cropL.right - cropL.left) { in sanitizeSourceCrop() 1712 ovutils::even_floor(cropL.left); in sanitizeSourceCrop() 1715 ovutils::even_floor(cropL.right); in sanitizeSourceCrop() [all …]
|
D | hwc_mdpcomp.cpp | 2146 hwc_rect_t cropL = crop; in configure() local 2151 cropL.right = (crop.right + crop.left) / 2; in configure() 2152 cropR.left = cropL.right; in configure() 2153 sanitizeSourceCrop(cropL, cropR, hnd); in configure() 2157 hwc_rect_t tmp = cropL; in configure() 2158 cropL = cropR; in configure() 2177 cropL, dstL, metadata, lDest) < 0) { in configure()
|
D | hwc_utils.h | 248 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.cpp | 358 hwc_rect_t cropL = sourceCrop; in configure() local 361 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure() 363 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure() 497 hwc_rect_t cropL = sourceCrop; in configure() local 549 cropL.right = (sourceCrop.right + sourceCrop.left) / 2; in configure() 550 cropR.left = cropL.right; in configure() 560 cropL, dstL, NULL /*metadata*/, destL) < 0) { in configure()
|
D | hwc_utils.cpp | 903 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local 909 cropL = sourceCrop; in needsScalingWithSplit() 913 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit() 922 sanitizeSourceCrop(cropL, cropR, hnd); in needsScalingWithSplit() 927 src_width_l = cropL.right - cropL.left; in needsScalingWithSplit() 928 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit() 2042 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, in sanitizeSourceCrop() argument 2044 if(cropL.right - cropL.left) { in sanitizeSourceCrop() 2047 ovutils::even_floor(cropL.left); in sanitizeSourceCrop() 2050 ovutils::even_floor(cropL.right); in sanitizeSourceCrop() [all …]
|
D | hwc_mdpcomp.cpp | 2901 hwc_rect_t cropL = crop; in configure() local 2906 cropL.right = (crop.right + crop.left) / 2; in configure() 2907 cropR.left = cropL.right; in configure() 2908 sanitizeSourceCrop(cropL, cropR, hnd); in configure() 2913 hwc_rect_t tmp = cropL; in configure() 2914 cropL = cropR; in configure() 2942 cropL, dstL, metadata, lDest) < 0) { in configure()
|
D | hwc_utils.h | 322 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
|