Searched defs:DisplayConfigVariableInfo (Results 1 – 6 of 6) sorted by relevance
137 struct DisplayConfigVariableInfo { struct138 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.139 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.140 float x_dpi = 0.0f; //!< Dots per inch in X-direction.141 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.142 uint32_t fps = 0; //!< Frame rate per second.143 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.144 bool is_yuv = false; //!< If the display output is in YUV format.
159 struct DisplayConfigVariableInfo { struct160 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.161 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.162 float x_dpi = 0.0f; //!< Dots per inch in X-direction.163 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.164 uint32_t fps = 0; //!< Frame rate per second.165 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.166 bool is_yuv = false; //!< If the display output is in YUV format.
164 struct DisplayConfigVariableInfo { struct165 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.166 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.167 float x_dpi = 0.0f; //!< Dots per inch in X-direction.168 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.169 uint32_t fps = 0; //!< Frame rate per second.170 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.171 bool is_yuv = false; //!< If the display output is in YUV format.
201 struct DisplayConfigVariableInfo { struct210 bool operator==(const DisplayConfigVariableInfo& info) const { argument216 bool SameGroup(const DisplayConfigVariableInfo &info) const { in SameGroup() argument
265 struct DisplayConfigVariableInfo : public DisplayConfigGroupInfo { struct269 bool operator==(const DisplayConfigVariableInfo& info) const { argument