Searched refs:l_roi (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp563 LayerRect &l_roi = layer_info.left_partial_update; local
565 DumpImpl::AppendString(buffer, length, "\nROI(L T R B) : LEFT(%d %d %d %d)", INT(l_roi.left),
566 INT(l_roi.top), INT(l_roi.right), INT(l_roi.bottom));
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp483 info.l_roi.x = lRoi.x;
484 info.l_roi.y = lRoi.y;
485 info.l_roi.w = lRoi.w;
486 info.l_roi.h = lRoi.h;
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp491 info.l_roi.x = lRoi.x;
492 info.l_roi.y = lRoi.y;
493 info.l_roi.w = lRoi.w;
494 info.l_roi.h = lRoi.h;
/hardware/qcom/display/msm8909/liboverlay/
H A Doverlay.cpp470 info.l_roi.x = lRoi.x;
471 info.l_roi.y = lRoi.y;
472 info.l_roi.w = lRoi.w;
473 info.l_roi.h = lRoi.h;
/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.cpp486 info.l_roi.x = lRoi.x;
487 info.l_roi.y = lRoi.y;
488 info.l_roi.w = lRoi.w;
489 info.l_roi.h = lRoi.h;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp538 hwc_rect l_roi = ctx->listStats[mDpy].lRoi; local
541 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
611 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0}; local
629 l_roi = getUnion(l_roi, l_dirtyRect);
641 hwc_rect_t temp_roi = getUnion(l_roi, r_roi);
642 l_roi = getIntersection(temp_roi, l_frame);
647 if(!isValidRect(l_roi) && !isValidRect(r_roi))
650 l_roi = getSanitizeROI(l_roi, l_fram
1796 hwc_rect_t l_roi = ctx->listStats[mDpy].lRoi; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp545 hwc_rect l_roi = ctx->listStats[mDpy].lRoi; local
548 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
618 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0}; local
641 l_roi = getUnion(l_roi, l_dst);
654 hwc_rect_t temp_roi = getUnion(l_roi, r_roi);
655 l_roi = getIntersection(temp_roi, l_frame);
660 if(!isValidRect(l_roi) && !isValidRect(r_roi))
663 l_roi = getSanitizeROI(l_roi, l_fram
2016 hwc_rect_t l_roi = ctx->listStats[mDpy].lRoi; local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp311 const mdp_rect &l_roi = mdp_commit.left_roi; local
315 DLOGI("left_roi: x = %d, y = %d, w = %d, h = %d", l_roi.x, l_roi.y, l_roi.w, l_roi.h);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp609 hwc_rect l_roi = ctx->listStats[mDpy].lRoi; local
612 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
683 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0}; local
698 l_roi = getUnion(l_roi, l_dirtyRect);
710 hwc_rect_t temp_roi = getUnion(l_roi, r_roi);
711 l_roi = getIntersection(temp_roi, l_frame);
716 if(!isValidRect(l_roi) && !isValidRect(r_roi))
719 l_roi = getSanitizeROI(l_roi, l_fram
2373 hwc_rect_t l_roi = ctx->listStats[mDpy].lRoi; local
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp720 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0}; local
738 l_roi = getUnion(l_roi, l_dirtyRect);
751 hwc_rect_t temp_roi = getUnion(l_roi, r_roi);
752 l_roi = getIntersection(temp_roi, l_frame);
757 if(!isValidRect(l_roi) && !isValidRect(r_roi))
760 l_roi = getSanitizeROI(l_roi, l_frame);
763 ctx->listStats[mDpy].lRoi = l_roi;
2414 hwc_rect_t l_roi local
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h1082 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h1118 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_mdp.h1282 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_mdp.h1304 * 1. source split is enabled: l_roi = roi and r_roi = 0
1306 * 2.1 split display: l_roi = l_roi and r_roi = r_roi
1307 * 2.2 non split display: l_roi = roi and r_roi = 0
1309 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h1034 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h1067 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h1017 struct mdp_rect l_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h1042 struct mdp_rect l_roi; member in struct:mdp_display_commit

Completed in 548 milliseconds