Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp884 struct HdrHlgSupportedVariant { struct
885 static constexpr bool HDR10_PLUS_SUPPORTED = false;
886 static constexpr bool HDR10_SUPPORTED = false;
887 static constexpr bool HDR_HLG_SUPPORTED = true;
888 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;
889 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()