Home
last modified time | relevance | path

Searched refs:yres_orig (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h109 uint32_t yres_orig; member
Dhwc_utils.cpp85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { in changeResolution() argument
88 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_orig = yres_orig; in changeResolution()
98 xres != xres_orig && yres != yres_orig) { in changeResolution()
Dhwc.cpp240 uint32_t origYres = ctx->dpyAttr[dpy].yres_orig; in scaleDisplayFrame()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, in changeResolution() argument
90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig; in changeResolution()
99 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp95 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, in changeResolution() argument
99 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig; in changeResolution()
109 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()