Searched defs:Hdr10SupportedVariant (Results 1 – 1 of 1) sorted by relevance
79 struct Hdr10SupportedVariant { struct80 static constexpr bool HDR10_PLUS_SUPPORTED = false;81 static constexpr bool HDR10_SUPPORTED = true;82 static constexpr bool HDR_HLG_SUPPORTED = false;83 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;84 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()