Searched defs:HdrDolbyVisionSupportedVariant (Results 1 – 1 of 1) sorted by relevance
107 struct HdrDolbyVisionSupportedVariant { struct108 static constexpr bool HDR10_PLUS_SUPPORTED = false;109 static constexpr bool HDR10_SUPPORTED = false;110 static constexpr bool HDR_HLG_SUPPORTED = false;111 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = true;112 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()