Home
last modified time | relevance | path

Searched refs:yres_new (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_qclient.cpp114 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new); in getDisplayAttributes()
Dhwc_utils.cpp90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig; in changeResolution()
97 int yres_new = atoi(yptr + 1); in changeResolution() local
98 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()
99 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new; in changeResolution()
106 float ydpi = ((float)yres_new * 25.4f) / (float)height; in changeResolution()
Dhwc_fbupdate.cpp57 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()
Dhwc_utils.h110 uint32_t yres_new; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_qclient.cpp125 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new); in getDisplayAttributes()
Dhwc.cpp234 uint32_t newYres = ctx->dpyAttr[dpy].yres_new; in scaleDisplayFrame()
870 values[i] = ctx->dpyAttr[disp].yres_new; in hwc_getDisplayAttributes()
Dhwc_utils.h119 uint32_t yres_new; member
Dhwc_fbupdate.cpp55 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()