Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp324 if (mppSource->mSourceType >= MPP_SOURCE_MAX) { in setPlaneColorSetting()
326 "%s: invalid mpp source type (%d)", __func__, mppSource->mSourceType); in setPlaneColorSetting()
344 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
349 } else if (mppSource->mSourceType == MPP_SOURCE_COMPOSITION_TARGET) { in setPlaneColorSetting()
353 "%s: invalid mpp source type (%d)", __func__, mppSource->mSourceType); in setPlaneColorSetting()
358 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp63 … ExynosLayer *layer = (mppSrc->mSourceType == MPP_SOURCE_LAYER) ? (ExynosLayer *)mppSrc : nullptr; in checkTDMResource()
256 if (mppSrc->mSourceType == MPP_SOURCE_LAYER) { in calculateHWResourceAmount()
473 if ((mppSrc->mSourceType == MPP_SOURCE_LAYER) && in otfMppReordering()
484 } else if (mppSrc->mSourceType == MPP_SOURCE_COMPOSITION_TARGET) { in otfMppReordering()
502 (mppSrc->mSourceType == MPP_SOURCE_LAYER) ? "Layer" : "Client Target"); in otfMppReordering()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h456 uint32_t mSourceType; variable
DExynosMPP.cpp97 : mSourceType(MPP_SOURCE_MAX), mSource(NULL), mOtfMPP(NULL), mM2mMPP(NULL) { in ExynosMPPSource()
112 : mSourceType(sourceType), in ExynosMPPSource()
2271 mppSource, mppSource->mSourceType, in assignMPP()
DExynosResourceManager.cpp2760 if (mppSrc->mSourceType == MPP_SOURCE_LAYER) { in isAssignable()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp966 if (mM2mMPP->mAssignedSources[i]->mSourceType == MPP_SOURCE_LAYER) { in dump()
970 … result.appendFormat("[%d]sourceType_%d ", i, mM2mMPP->mAssignedSources[i]->mSourceType); in dump()