Home
last modified time | relevance | path

Searched refs:xres_orig (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h105 uint32_t xres_orig; member
Dhwc_utils.cpp86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { in changeResolution() argument
88 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_orig = xres_orig; in changeResolution()
99 xres != xres_orig && yres != yres_orig) { in changeResolution()
Dhwc.cpp163 float origXres = ctx->dpyAttr[dpy].xres_orig; in scaleDisplayFrame()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h108 uint32_t xres_orig; member
Dhwc_utils.cpp85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { in changeResolution() argument
87 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_orig = xres_orig; in changeResolution()
98 xres != xres_orig && yres != yres_orig) { in changeResolution()
Dhwc.cpp239 uint32_t origXres = ctx->dpyAttr[dpy].xres_orig; in scaleDisplayFrame()