Home
last modified time | relevance | path

Searched refs:assignedMPP (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libexternaldisplay/
DExynosExternalDisplayModule.cpp54 uint32_t mppType = config.assignedMPP->mPhysicalType; in validateWinConfigData()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp317 if ((config.assignedMPP == nullptr) || in setPlaneColorSetting()
318 (config.assignedMPP->mAssignedSources.size() == 0)) { in setPlaneColorSetting()
323 ExynosMPPSource* mppSource = config.assignedMPP->mAssignedSources[0]; in setPlaneColorSetting()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp87 uint32_t mppType = config.assignedMPP->mPhysicalType; in validateWinConfigData()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1559 config.assignedMPP = compositionInfo.mOtfMPP; in handleStaticLayers()
1993 cfg.assignedMPP = otfMPP; in configureHandle()
2258 config.assignedMPP = compositionInfo.mOtfMPP; in configureOverlay()
2317 ExynosMPP* exynosMPP = config.assignedMPP; in configureOverlay()
2548 if ((config.assignedMPP != NULL) && in validateWinConfigData()
2549 (config.assignedMPP == compare_config.assignedMPP)) { in validateWinConfigData()
2551 config.assignedMPP->mName.c_str(), i, j); in validateWinConfigData()
2576 ExynosMPP* exynosMPP = config.assignedMPP; in validateWinConfigData()
2593 …config.assignedMPP->mName.c_str(), exynosMPP->mLogicalType, config.format, config.src.x, srcXAlign, in validateWinConfigData()
DExynosDisplay.h215 ExynosMPP* assignedMPP = NULL; member
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp1941 if ((channelId = getDeconChannel(config.assignedMPP)) < 0) { in updateColorSettings()
2057 if ((channelId = getDeconChannel(config.assignedMPP)) < 0) { in deliverWinConfigData()