Searched defs:DisplayConfigVariableInfo (Results 1 – 1 of 1) sorted by relevance
136 struct DisplayConfigVariableInfo { struct137 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.138 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.139 float x_dpi = 0.0f; //!< Dots per inch in X-direction.140 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.141 uint32_t fps = 0; //!< Frame rate per second.142 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.143 bool is_yuv = false; //!< If the display output is in YUV format.