HomeSort by relevance Sort by last modified time
    Searched refs:xres_orig (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) {
87 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_orig = xres_orig;
98 xres != xres_orig && yres != yres_orig) {
    [all...]
hwc_utils.h 108 uint32_t xres_orig; member in struct:qhwc::DisplayAttributes
hwc.cpp 239 uint32_t origXres = ctx->dpyAttr[dpy].xres_orig;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig,
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
99 xres_new != xres_orig && yres_new != yres_orig) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 94 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig,
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
108 xres_new != xres_orig && yres_new != yres_orig) {
    [all...]

Completed in 160 milliseconds