Searched refs:displayHdrTypes (Results 1 – 2 of 2) sorted by relevance
99 std::vector<ui::Hdr> displayHdrTypes = info.hdrCapabilities.getSupportedHdrTypes(); variable101 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(),
264 void excludeDolbyVisionIf4k30Present(const std::vector<ui::Hdr>& displayHdrTypes, in excludeDolbyVisionIf4k30Present() argument267 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()