Searched defs:DisplayConfigFixedInfo (Results 1 – 4 of 4) sorted by relevance
149 struct DisplayConfigFixedInfo { struct150 bool underscan = false; //!< If display support CE underscan.151 bool secure = false; //!< If this display is capable of handling secure content.152 bool is_cmdmode = false; //!< If panel is command mode panel.153 bool hdr_supported = false; //!< if HDR is enabled154 uint32_t max_luminance = 0; //!< From Panel's peak luminance155 uint32_t average_luminance = 0; //!< From Panel's average luminance156 uint32_t min_luminance = 0; //!< From Panel's blackness level
143 struct DisplayConfigFixedInfo { struct144 bool underscan = false; //!< If display support CE underscan.145 bool secure = false; //!< If this display is capable of handling secure content.146 bool is_cmdmode = false; //!< If panel is command mode panel.147 bool hdr_supported = false; //!< if HDR is enabled148 uint32_t max_luminance = 0; //!< From Panel's peak luminance149 uint32_t average_luminance = 0; //!< From Panel's average luminance150 uint32_t min_luminance = 0; //!< From Panel's blackness level
126 struct DisplayConfigFixedInfo { struct127 bool underscan = false; //!< If display support CE underscan.128 bool secure = false; //!< If this display is capable of handling secure content.