Searched defs:DisplayConfigFixedInfo (Results 1 – 5 of 5) sorted by relevance
151 struct DisplayConfigFixedInfo { struct152 bool underscan = false; //!< If display support CE underscan.153 bool secure = false; //!< If this display is capable of handling secure content.154 bool is_cmdmode = false; //!< If panel is command mode panel.155 bool hdr_supported = false; //!< if HDR is enabled156 bool hdr_metadata_type_one = false; //!< Metadata type one obtained from HDR sink157 uint32_t hdr_eotf = 0; //!< Electro optical transfer function158 uint32_t max_luminance = 0; //!< From Panel's peak luminance159 uint32_t average_luminance = 0; //!< From Panel's average luminance160 uint32_t min_luminance = 0; //!< From Panel's blackness level[all …]
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 level151 bool partial_update = false; //!< If display supports Partial Update.
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
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.129 bool partial_update = false; //!< If display supports Partial Update.