Searched defs:yres_orig (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h109 uint32_t yres_orig; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { argument
88 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_orig = yres_orig;
98 xres != xres_orig && yres != yres_orig) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h106 uint32_t yres_orig; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { argument
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_orig = yres_orig;
99 xres != xres_orig && yres != yres_orig) {

Completed in 14 milliseconds