Home
last modified time | relevance | path

Searched refs:getBestColorMode (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_GetBestColorModeTest.cpp45 void getBestColorMode() { in getBestColorMode() function in android::__anon110c03e30111::GetBestColorModeTest
55 ->getBestColorMode(mInputDataspace, mInputRenderIntent, &mOutDataspace, in getBestColorMode()
77 getBestColorMode(); in TEST_F()
95 getBestColorMode(); in TEST_F()
109 getBestColorMode(); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h34 MOCK_CONST_METHOD5(getBestColorMode,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h62 virtual void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h43 void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp346 void DisplayColorProfile::getBestColorMode(Dataspace dataspace, RenderIntent intent, in getBestColorMode() function in android::compositionengine::impl::DisplayColorProfile
DOutput.cpp1048 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp405 profile.getBestColorMode(std::get<0>(kArgs[i]), std::get<1>(kArgs[i]), &std::get<0>(actual), in checkGetBestColorMode()
DOutputTest.cpp2160 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, in expectBestColorModeCallResultUsedToSetColorProfile()
2243 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2340 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2433 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2691 getBestColorMode(getInstance()->mLayer1.mLayerFEState.dataspace, intent, _, in thenExpectBestColorModeCallUses()