Searched refs:fbXRes (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2220 const int fbXRes = (int)ctx->dpyAttr[dpy].xres; local
2225 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2227 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2231 const int fbXRes = (int)ctx->dpyAttr[dpy].xres; local
2236 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2238 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp2698 const int fbXRes = (int)ctx->dpyAttr[dpy].xres; local
2703 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2705 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2649 const int fbXRes = (int)ctx->dpyAttr[dpy].xres; local
2660 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2662 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};

Completed in 50 milliseconds