Searched defs:DisplayConfigVariableInfo (Results 1 – 1 of 1) sorted by relevance
92 struct DisplayConfigVariableInfo { struct93 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.94 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.95 float x_dpi = 0.0f; //!< Dots per inch in X-direction.96 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.97 uint32_t fps = 0; //!< Frame rate per second.98 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.