Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp737 struct HdrNotSupportedVariant { struct
738 static constexpr bool HDR10_PLUS_SUPPORTED = false;
739 static constexpr bool HDR10_SUPPORTED = false;
740 static constexpr bool HDR_HLG_SUPPORTED = false;
741 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;
742 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()