Lines Matching defs:DisplayAttributes
78 struct DisplayAttributes { struct
79 uint32_t vsync_period; //nanos
80 uint32_t xres;
81 uint32_t yres;
82 uint32_t stride;
83 float xdpi;
84 float ydpi;
85 int fd;
86 bool connected; //Applies only to pluggable disp.
89 bool isActive;
92 bool isPause;
95 bool isConfiguring;
97 bool mDownScaleMode;
99 hwc_rect_t mDstRect;
102 bool mActionSafePresent;
103 int mAsWidthRatio;
104 int mAsHeightRatio;
108 bool customFBSize;
109 uint32_t xres_new;
110 uint32_t yres_new;
114 int lastPowerMode;