Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp107 struct HdrDolbyVisionSupportedVariant { struct
108 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()