HomeSort by relevance Sort by last modified time
    Searched refs:yres_new (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 114 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
hwc_utils.cpp 90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
97 int yres_new = atoi(yptr + 1); local
98 if (isValidResolution(ctx,xres_new,yres_new) &&
99 xres_new != xres_orig && yres_new != yres_orig) {
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
106 float ydpi = ((float)yres_new * 25.4f) / (float)height;
    [all...]
hwc.cpp 237 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
787 values[i] = ctx->dpyAttr[disp].yres_new;
hwc_fbupdate.cpp 57 yres = ctx->dpyAttr[mDpy].yres_new;
hwc_utils.h 110 uint32_t yres_new; member in struct:qhwc::DisplayAttributes

Completed in 61 milliseconds