/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_mdpcomp.cpp | 641 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); local 642 l_roi = getIntersection(temp_roi, l_frame); 643 r_roi = getIntersection(temp_roi, r_frame); [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_mdpcomp.cpp | 654 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); local 655 l_roi = getIntersection(temp_roi, l_frame); 656 r_roi = getIntersection(temp_roi, r_frame); [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_mdpcomp.cpp | 710 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); local 711 l_roi = getIntersection(temp_roi, l_frame); 712 r_roi = getIntersection(temp_roi, r_frame); [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_mdpcomp.cpp | 751 hwc_rect_t temp_roi = getUnion(l_roi, r_roi); local 752 l_roi = getIntersection(temp_roi, l_frame); 753 r_roi = getIntersection(temp_roi, r_frame); [all...] |