Searched refs:fbYRes (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 2221 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; in resetROI() local 2224 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes}; in resetROI() 2225 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes}; in resetROI() 2227 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes}; in resetROI()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 2232 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; in resetROI() local 2235 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes}; in resetROI() 2236 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes}; in resetROI() 2238 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes}; in resetROI()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 2699 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; in resetROI() local 2702 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes}; in resetROI() 2703 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes}; in resetROI() 2705 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes}; in resetROI()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 2650 const int fbYRes = (int)ctx->dpyAttr[dpy].yres; in resetROI() local 2659 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes}; in resetROI() 2660 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes}; in resetROI() 2662 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes}; in resetROI()
|