Searched defs:xres_orig (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h108 uint32_t xres_orig; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { argument
87 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_orig = xres_orig;
98 xres != xres_orig && yres != yres_orig) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, argument
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
99 xres_new != xres_orig && yres_new != yres_orig) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp115 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, argument
118 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
129 xres_new != xres_orig && yres_new != yres_orig) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp95 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, argument
98 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
109 xres_new != xres_orig && yres_new != yres_orig) {

Completed in 172 milliseconds