Searched defs:lRoiWidth (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2625 int lRoiWidth = 0, rRoiWidth = 0; local
2636 lRoiWidth = lRoi.right - lRoi.left;
2639 if(lRoiWidth && rRoiWidth) {
2640 if(lRoiWidth < rRoiWidth)
2643 roi.right = half_frame_width + lRoiWidth;

Completed in 455 milliseconds