Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h46 MOCK_CONST_METHOD3(getTargetDataspace,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h90 virtual ui::Dataspace getTargetDataspace(ui::ColorMode, ui::Dataspace,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h58 ui::Dataspace getTargetDataspace(ui::ColorMode, ui::Dataspace, ui::Dataspace) const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp659 profile.getTargetDataspace(ColorMode::DISPLAY_P3, Dataspace::DISPLAY_P3, in TEST_F()
664 profile.getTargetDataspace(ColorMode::DISPLAY_P3, Dataspace::DISPLAY_P3, in TEST_F()
669 profile.getTargetDataspace(ColorMode::BT2100_PQ, Dataspace::BT2020_PQ, in TEST_F()
DDisplayTest.cpp432 EXPECT_CALL(*colorProfile, getTargetDataspace(_, _, _)) in TEST_F()
478 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
DOutputTest.cpp385 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
406 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp394 ui::Dataspace DisplayColorProfile::getTargetDataspace(ColorMode mode, Dataspace dataspace, in getTargetDataspace() function in android::compositionengine::impl::DisplayColorProfile
DDisplay.cpp125 getDisplayColorProfile()->getTargetDataspace(colorProfile.mode, colorProfile.dataspace, in setColorProfile()
DOutput.cpp153 getDisplayColorProfile()->getTargetDataspace(colorProfile.mode, colorProfile.dataspace, in setColorProfile()