Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp303 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()
347 return mCompositionDisplay->getDisplayColorProfile()->hasWideColorGamut(); in hasWideColorGamut()
351 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()
355 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10Support(); in hasHDR10Support()
359 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
363 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
367 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
376 mCompositionDisplay->getDisplayColorProfile()->getHdrCapabilities(); in getHdrCapabilities()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_GetBestColorModeTest.cpp54 ->getDisplayColorProfile() in getBestColorMode()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h60 MOCK_CONST_METHOD0(getDisplayColorProfile, compositionengine::DisplayColorProfile*());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h216 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h67 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp292 const auto& profile = *getOutput().getDisplayColorProfile(); in updateCompositionState()
671 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
DOutput.cpp343 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp460 EXPECT_TRUE(mDisplay->getDisplayColorProfile() == nullptr); in TEST_F()
464 EXPECT_TRUE(mDisplay->getDisplayColorProfile() != nullptr); in TEST_F()
DOutputLayerTest.cpp561 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerUpdateCompositionStateTest()
841 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerWriteStateToHWCTest()
1350 ON_CALL(mOutput, getDisplayColorProfile()).WillByDefault(Return(&mDisplayColorProfile)); in OutputLayerUncacheBufferTest()