Home
last modified time | relevance | path

Searched refs:getDppIndexForLayer (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DColorManager.h51 int32_t getDppIndexForLayer(ExynosMPPSource* layer);
DColorManager.cpp192 int32_t ColorManager::getDppIndexForLayer(ExynosMPPSource* layer) { in getDppIndexForLayer() function in gs101::ColorManager
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp369 const uint32_t dppIndex = static_cast<uint32_t>(colorManager->getDppIndexForLayer(mppSource)); in setPlaneColorSetting()