Lines Matching defs:DisplayAttributes
84 struct DisplayAttributes { struct
85 uint32_t refreshRate;
86 uint32_t dynRefreshRate;
87 uint32_t vsync_period; //nanos
88 uint32_t xres;
89 uint32_t yres;
90 uint32_t stride;
91 float xdpi;
92 float ydpi;
93 bool secure;
94 int fd;
95 bool connected; //Applies only to pluggable disp.
98 bool isActive;
101 bool isPause;
104 bool isConfiguring;
106 bool mMDPScalingMode;
108 hwc_rect_t mDstRect;
111 bool mActionSafePresent;
112 int mAsWidthRatio;
113 int mAsHeightRatio;
117 bool customFBSize;
118 uint32_t xres_new;
119 uint32_t yres_new;