Searched defs:yres_new (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h110 uint32_t yres_new; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp90 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;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.h125 uint32_t yres_new; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp119 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
127 int yres_new = atoi(yptr + 1); local
128 if (isValidResolution(ctx,xres_new,yres_new) &&
129 xres_new != xres_orig && yres_new != yres_orig) {
131 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
136 float ydpi = ((float)yres_new * 25.4f) / (float)height;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h119 uint32_t yres_new; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp99 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
107 int yres_new = atoi(yptr + 1); local
108 if (isValidResolution(ctx,xres_new,yres_new) &&
109 xres_new != xres_orig && yres_new != yres_orig) {
111 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
116 float ydpi = ((float)yres_new * 25.4f) / (float)height;

Completed in 110 milliseconds