Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:roi

2243 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2245 if(!isValidRect(roi))
2246 return roi;
2248 struct hwc_rect t_roi = roi;