Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:roi

2624 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) {
2633 hwc_rect lRoi = getIntersection(roi, lFrame);
2634 hwc_rect rRoi = getIntersection(roi, rFrame);
2641 roi.left = half_frame_width - rRoiWidth;
2643 roi.right = half_frame_width + lRoiWidth;
2645 return roi;
2653 * in a single coordinate system. So only one ROI is generated
2667 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2669 if(!isValidRect(roi))
2670 return roi;
2672 struct hwc_rect t_roi = roi;