Searched defs:r_roi (Results 1 - 23 of 23) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_device.cpp379 const mdp_rect &r_roi = mdp_commit.right_roi; local
383 DLOGI("right_roi: x = %d, y = %d, w = %d, h = %d", r_roi.x, r_roi.y, r_roi.w, r_roi.h);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_device.cpp375 const mdp_rect &r_roi = mdp_commit.right_roi; local
379 DLOGI("right_roi: x = %d, y = %d, w = %d, h = %d", r_roi.x, r_roi.y, r_roi.w, r_roi.h);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp560 LayerRect &r_roi = layer_info.right_partial_update; local
564 if (IsValid(r_roi)) {
565 DumpImpl::AppendString(buffer, length, ", RIGHT(%d %d %d %d)", INT(r_roi.left),
566 INT(r_roi.top), INT(r_roi.right), INT(r_roi.bottom));
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp342 const mdp_rect &r_roi = mdp_commit.right_roi; local
346 DLOGI("right_roi: x = %d, y = %d, w = %d, h = %d", r_roi.x, r_roi.y, r_roi.w, r_roi.h);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp539 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_fram
1797 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp546 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_fram
2017 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi; local
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.cpp560 LayerRect &r_roi = layer_info.right_frame_roi.at(i); local
564 if (IsValid(r_roi)) {
565 os << " RIGHT(" << INT(r_roi.left) << " " << INT(r_roi.top) << " " << INT(r_roi.right) << " "
566 << INT(r_roi.bottom) << ")";
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_base.cpp546 LayerRect &r_roi = layer_info.right_frame_roi.at(i); 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));
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.cpp564 LayerRect &r_roi = layer_info.right_frame_roi.at(i); local
565 if (IsValid(r_roi)) {
566 DumpImpl::AppendString(buffer, length, ", RIGHT(%d %d %d %d)", INT(r_roi.left),
567 INT(r_roi.top), INT(r_roi.right), INT(r_roi.bottom));
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp371 const mdp_rect &r_roi = mdp_commit.right_roi; local
375 DLOGI("right_roi: x = %d, y = %d, w = %d, h = %d", r_roi.x, r_roi.y, r_roi.w, r_roi.h);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp721 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;
2415 hwc_rect_t r_roi local
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h1083 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h1119 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_mdp.h1286 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_mdp.h1307 * 1. source split is enabled: l_roi = roi and r_roi = 0
1309 * 2.1 split display: l_roi = l_roi and r_roi = r_roi
1310 * 2.2 non split display: l_roi = roi and r_roi = 0
1313 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmsm_mdp.h1324 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_mdp.h1342 * 1. source split is enabled: l_roi = roi and r_roi = 0
1344 * 2.1 split display: l_roi = l_roi and r_roi = r_roi
1345 * 2.2 non split display: l_roi = roi and r_roi = 0
1348 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_mdp.h1032 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_mdp.h1306 * 1. source split is enabled: l_roi = roi and r_roi = 0
1308 * 2.1 split display: l_roi = l_roi and r_roi = r_roi
1309 * 2.2 non split display: l_roi = roi and r_roi = 0
1312 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h1035 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h1068 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h1019 struct mdp_rect r_roi; member in struct:mdp_display_commit
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h1043 struct mdp_rect r_roi; member in struct:mdp_display_commit

Completed in 475 milliseconds