/hardware/qcom/display/msm8084/liboverlay/ |
overlay.cpp | 487 info.r_roi.x = rRoi.x; 488 info.r_roi.y = rRoi.y; 489 info.r_roi.w = rRoi.w; 490 info.r_roi.h = rRoi.h;
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlay.cpp | 495 info.r_roi.x = rRoi.x; 496 info.r_roi.y = rRoi.y; 497 info.r_roi.w = rRoi.w; 498 info.r_roi.h = rRoi.h;
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlay.cpp | 474 info.r_roi.x = rRoi.x; 475 info.r_roi.y = rRoi.y; 476 info.r_roi.w = rRoi.w; 477 info.r_roi.h = rRoi.h;
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlay.cpp | 490 info.r_roi.x = rRoi.x; 491 info.r_roi.y = rRoi.y; 492 info.r_roi.w = rRoi.w; 493 info.r_roi.h = rRoi.h;
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
display_base.cpp | 546 LayerRect &r_roi = layer_info.right_partial_update; local 550 if (IsValid(r_roi)) { 551 DumpImpl::AppendString(buffer, length, ", RIGHT(%d %d %d %d)", INT(r_roi.left), 552 INT(r_roi.top), INT(r_roi.right), INT(r_roi.bottom)); [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_mdpcomp.cpp | 539 hwc_rect r_roi = ctx->listStats[mDpy].rRoi; local 542 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); 612 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0}; local 632 r_roi = getUnion(r_roi, r_dirtyRect); 641 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); 643 r_roi = getIntersection(temp_roi, r_frame); 647 if(!isValidRect(l_roi) && !isValidRect(r_roi)) 651 r_roi = getSanitizeROI(r_roi, r_frame) 1797 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_mdpcomp.cpp | 546 hwc_rect r_roi = ctx->listStats[mDpy].rRoi; local 549 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); 619 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0}; local 645 r_roi = getUnion(r_roi, r_dst); 654 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); 656 r_roi = getIntersection(temp_roi, r_frame); 660 if(!isValidRect(l_roi) && !isValidRect(r_roi)) 664 r_roi = getSanitizeROI(r_roi, r_frame) 2017 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local [all...] |
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
hw_device.cpp | 344 const mdp_rect &r_roi = mdp_commit.right_roi; local 348 DLOGI("right_roi: x = %d, y = %d, w = %d, h = %d", r_roi.x, r_roi.y, r_roi.w, r_roi.h); [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_mdpcomp.cpp | 610 hwc_rect r_roi = ctx->listStats[mDpy].rRoi; local 613 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); 684 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0}; local 701 r_roi = getUnion(r_roi, r_dirtyRect); 710 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); 712 r_roi = getIntersection(temp_roi, r_frame); 716 if(!isValidRect(l_roi) && !isValidRect(r_roi)) 720 r_roi = getSanitizeROI(r_roi, r_frame) 2374 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_mdpcomp.cpp | 721 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0}; local 741 r_roi = getUnion(r_roi, r_dirtyRect); 751 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); 753 r_roi = getIntersection(temp_roi, r_frame); 757 if(!isValidRect(l_roi) && !isValidRect(r_roi)) 761 r_roi = getSanitizeROI(r_roi, r_frame); 764 ctx->listStats[mDpy].rRoi = r_roi; 770 "R_ROI: [%d, %d, %d, %d]", __FUNCTION__ 2415 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local [all...] |
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_mdp.h | 1083 struct mdp_rect r_roi; member in struct:mdp_display_commit [all...] |
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 1119 struct mdp_rect r_roi; member in struct:mdp_display_commit
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_mdp.h | 1286 struct mdp_rect r_roi; member in struct:mdp_display_commit [all...] |
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_mdp.h | 1313 struct mdp_rect r_roi; member in struct:mdp_display_commit [all...] |
/hardware/qcom/msm8x26/kernel-headers/linux/ |
msm_mdp.h | 1035 struct mdp_rect r_roi; member in struct:mdp_display_commit [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 1068 struct mdp_rect r_roi; member in struct:mdp_display_commit
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_mdp.h | 1019 struct mdp_rect r_roi; member in struct:mdp_display_commit [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 1043 struct mdp_rect r_roi; member in struct:mdp_display_commit
|