Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/include/core/
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.
/hardware/qcom/display/msm8998/sdm/include/core/
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.
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
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.
/hardware/qcom/display/msm8909/sdm/include/core/
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.
/hardware/qcom/sm8150/display/sdm/include/core/
Ddisplay_interface.h201 struct DisplayConfigVariableInfo { struct
210 bool operator==(const DisplayConfigVariableInfo& info) const { argument
216 bool SameGroup(const DisplayConfigVariableInfo &info) const { in SameGroup() argument
/hardware/qcom/sm7250/display/sdm/include/core/
Ddisplay_interface.h265 struct DisplayConfigVariableInfo : public DisplayConfigGroupInfo { struct
269 bool operator==(const DisplayConfigVariableInfo& info) const { argument