Searched refs:t_roi (Results 1 - 2 of 2) sorted by last modified time

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2231 struct hwc_rect t_roi = roi; local
2241 if((t_roi.right - t_roi.left) < MIN_WIDTH) {
2242 if((t_roi.left + MIN_WIDTH) > boundary.right)
2243 t_roi.left = t_roi.right - MIN_WIDTH;
2245 t_roi.right = t_roi.left + MIN_WIDTH;
2249 if((t_roi.bottom - t_roi
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2247 struct hwc_rect t_roi = roi; local
2257 if((t_roi.right - t_roi.left) < MIN_WIDTH) {
2258 if((t_roi.left + MIN_WIDTH) > boundary.right)
2259 t_roi.left = t_roi.right - MIN_WIDTH;
2261 t_roi.right = t_roi.left + MIN_WIDTH;
2265 if((t_roi.bottom - t_roi
[all...]

Completed in 27 milliseconds