Home
last modified time | relevance | path

Searched refs:displayHdrTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_ExcludeDolbyVisionTest.cpp99 std::vector<ui::Hdr> displayHdrTypes = info.hdrCapabilities.getSupportedHdrTypes(); variable
101 ASSERT_EQ(2, displayHdrTypes.size());
102 ASSERT_TRUE(std::any_of(displayHdrTypes.begin(), displayHdrTypes.end(),
104 ASSERT_TRUE(std::any_of(displayHdrTypes.begin(), displayHdrTypes.end(),
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp264 void excludeDolbyVisionIf4k30Present(const std::vector<ui::Hdr>& displayHdrTypes, in excludeDolbyVisionIf4k30Present() argument
267 std::any_of(displayHdrTypes.begin(), displayHdrTypes.end(), in excludeDolbyVisionIf4k30Present()
269 for (ui::Hdr type : displayHdrTypes) { in excludeDolbyVisionIf4k30Present()
275 for (ui::Hdr type : displayHdrTypes) { in excludeDolbyVisionIf4k30Present()