Home
last modified time | relevance | path

Searched refs:hasHLGSupport (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp230 if (!hasHLGSupport()) { in DisplayColorProfile()
260 bool DisplayColorProfile::hasHLGSupport() const { in hasHLGSupport() function in android::compositionengine::impl::DisplayColorProfile
348 (dataspace == Dataspace::BT2020_HLG && hasHLGSupport())) { in hasLegacyHdrSupport()
387 dumpVal(out, "hlg", hasHLGSupport()); in dump()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h41 MOCK_CONST_METHOD0(hasHLGSupport, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h70 virtual bool hasHLGSupport() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp233 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
244 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
255 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
266 EXPECT_TRUE(profile.hasHLGSupport()); in TEST_F()
276 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h53 bool hasHLGSupport() const override;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp368 bool DisplayDevice::hasHLGSupport() const { in hasHLGSupport() function in android::DisplayDevice
369 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
DDisplayDevice.h119 bool hasHLGSupport() const;
DSurfaceFlinger.cpp1887 !profile->hasHLGSupport()) { in calculateWorkingSet()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1435 EXPECT_EQ(Case::HdrSupport::HDR_HLG_SUPPORTED, device->hasHLGSupport()); in setupNewDisplayDeviceInternalTest()