Searched defs:HdrHlgSupportedVariant (Results 1 – 1 of 1) sorted by relevance
92 struct HdrHlgSupportedVariant { struct93 static constexpr bool HDR10_PLUS_SUPPORTED = false;94 static constexpr bool HDR10_SUPPORTED = false;95 static constexpr bool HDR_HLG_SUPPORTED = true;96 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;97 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()