Home
last modified time | relevance | path

Searched defs:Hdr10SupportedVariant (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp869 struct Hdr10SupportedVariant { struct
870 static constexpr bool HDR10_PLUS_SUPPORTED = false;
871 static constexpr bool HDR10_SUPPORTED = true;
872 static constexpr bool HDR_HLG_SUPPORTED = false;
873 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;
874 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()