Home
last modified time | relevance | path

Searched defs:DisplayConfigVariableInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddisplay_interface.h137 struct DisplayConfigVariableInfo { struct
138 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.
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Ddisplay_interface.h164 struct DisplayConfigVariableInfo { struct
165 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.
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/
H A Ddisplay_interface.h159 struct DisplayConfigVariableInfo { struct
160 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.
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/
H A Ddisplay_interface.h164 struct DisplayConfigVariableInfo { struct
165 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.
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/
H A Ddisplay_interface.h169 struct DisplayConfigVariableInfo { struct
170 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel.
171 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel.
172 float x_dpi = 0.0f; //!< Dots per inch in X-direction.
173 float y_dpi = 0.0f; //!< Dots per inch in Y-direction.
174 uint32_t fps = 0; //!< Frame rate per second.
175 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds.
176 bool is_yuv = false; //!< If the display output is in YUV format.
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/
H A Ddisplay_interface.h201 struct DisplayConfigVariableInfo { struct
210 bool operator==(const DisplayConfigVariableInfo& info) const { argument
216 bool SameGroup(const DisplayConfigVariableInfo &info) const { in SameGroup() argument
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Ddisplay_interface.h228 struct DisplayConfigVariableInfo : public DisplayConfigGroupInfo { struct
232 bool operator==(const DisplayConfigVariableInfo& info) const { argument