HomeSort by relevance Sort by last modified time
    Searched refs:r_frame (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; local
622 r_frame);
626 r_dirtyRect = calculateDirtyRect(layer, r_frame);
643 r_roi = getIntersection(temp_roi, r_frame);
651 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; local
643 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
656 r_roi = getIntersection(temp_roi, r_frame);
664 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; local
731 r_frame);
735 r_dirtyRect = calculateDirtyRect(layer, r_frame);
753 r_roi = getIntersection(temp_roi, r_frame);
761 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 681 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; local
695 r_dirtyRect = calculateDirtyRect(layer, r_frame);
712 r_roi = getIntersection(temp_roi, r_frame);
720 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]

Completed in 909 milliseconds