Home
last modified time | relevance | path

Searched refs:xres_new (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_qclient.cpp113 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new); in getDisplayAttributes()
Dhwc_utils.cpp89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig; in changeResolution()
96 int xres_new = atoi(property); in changeResolution() local
98 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()
99 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()
100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new; in changeResolution()
105 float xdpi = ((float)xres_new * 25.4f) / (float)width; in changeResolution()
Dhwc.cpp246 uint32_t newXres = ctx->dpyAttr[dpy].xres_new; in scaleDisplayFrame()
823 values[i] = ctx->dpyAttr[disp].xres_new; in hwc_getDisplayAttributes()
Dhwc_fbupdate.cpp56 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
Dhwc_utils.h109 uint32_t xres_new; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp98 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig; in changeResolution()
106 int xres_new = atoi(property); in changeResolution() local
108 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()
109 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()
110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new; in changeResolution()
115 float xdpi = ((float)xres_new * 25.4f) / (float)width; in changeResolution()
Dhwc_qclient.cpp124 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new); in getDisplayAttributes()
Dhwc.cpp233 uint32_t newXres = ctx->dpyAttr[dpy].xres_new; in scaleDisplayFrame()
861 values[i] = ctx->dpyAttr[disp].xres_new; in hwc_getDisplayAttributes()
Dhwc_fbupdate.cpp54 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
Dhwc_utils.h118 uint32_t xres_new; member