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

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2215 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; local
2218 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2219 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2221 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2231 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; local
2234 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2235 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2237 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};

Completed in 41 milliseconds