Home
last modified time | relevance | path

Searched refs:mOtfMPP (Results 1 – 7 of 7) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp799 mOtfMPP = NULL; in resetValidateData()
985 if (mOtfMPP != NULL) { in resetAssignedResource()
986 HDEBUGLOGD(eDebugResourceManager, "\t\t %s mpp is reset", mOtfMPP->mName.c_str()); in resetAssignedResource()
987 mOtfMPP->resetAssignedState(); in resetAssignedResource()
988 mOtfMPP = NULL; in resetAssignedResource()
994 if (mOtfMPP == nullptr) return true; in checkBtsCap()
1000 if (mOtfMPP->checkSpecificRestriction(bts_refresh_rate, src_img, dst_img)) { in checkBtsCap()
1013 return mOtfMPP->checkDownscaleCap(resolution, float(dst_img.h) / float(mDisplay->mYres)); in checkBtsCap()
1114 if ((mOtfMPP == NULL) && (mM2mMPP == NULL)) in dump()
1116 if (mOtfMPP != NULL) in dump()
[all …]
DExynosDisplay.cpp898 mOtfMPP = NULL; in initializeInfos()
947 if ((mOtfMPP == NULL) && (mM2mMPP == NULL)) in dump()
949 if (mOtfMPP != NULL) in dump()
950 result.appendFormat("\tassignedMPP: %s\n", mOtfMPP->mName.c_str()); in dump()
1559 config.assignedMPP = compositionInfo.mOtfMPP; in handleStaticLayers()
1916 otfMPP = layer.mOtfMPP; in configureHandle()
2258 config.assignedMPP = compositionInfo.mOtfMPP; in configureOverlay()
2858 if (mLayers[i]->mOtfMPP != NULL) { in setReleaseFences()
2859 mLayers[i]->mOtfMPP->setHWStateFence(-1); in setReleaseFences()
3835 if (mLayers[i]->mOtfMPP != NULL) { in presentDisplay()
[all …]
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp66 ExynosMPP *otfMPP = compLayer->mOtfMPP; in checkTDMResource()
76 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in checkTDMResource()
86 ExynosMPP *otfMPP = display->mClientCompositionInfo.mOtfMPP; in checkTDMResource()
129 ExynosMPP *otfMPP = layer->mOtfMPP; in isHWResourceAvailable()
145 if (!checkTDMResource(display, overlappedLayer->mOtfMPP, overlappedLayer)) { in isHWResourceAvailable()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1309 if (mLayers[i]->mOtfMPP && mLayers[i]->mM2mMPP == nullptr && in handleDisplayIdleEnter()
1638 if (mLayers[i]->mOtfMPP && mLayers[i]->mM2mMPP == nullptr && in checkBtsReassignResource()
1646 if (mLayers[i]->mOtfMPP && mLayers[i]->mM2mMPP) { in checkBtsReassignResource()
1654 if (mLayers[i]->mOtfMPP->checkDownscaleCap(resolution, ratioVertical)) { in checkBtsReassignResource()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp782 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in updateExynosComposition()
1042 compositionInfo->mOtfMPP = mOtfMPPs[i]; in assignCompositionTarget()
1759 (display->mClientCompositionInfo.mOtfMPP != NULL)) in assignLayers()
1760 display->mClientCompositionInfo.mOtfMPP->resetAssignedState(); in assignLayers()
1763 if (display->mExynosCompositionInfo.mOtfMPP != NULL) in assignLayers()
1764 display->mExynosCompositionInfo.mOtfMPP->resetAssignedState(); in assignLayers()
DExynosMPP.cpp97 : mSourceType(MPP_SOURCE_MAX), mSource(NULL), mOtfMPP(NULL), mM2mMPP(NULL) { in ExynosMPPSource()
114 mOtfMPP(NULL), in ExynosMPPSource()
2187 if (mppSource->mOtfMPP == this) { in resetAssignedState()
2188 mppSource->mOtfMPP = NULL; in resetAssignedState()
2254 mppSource->mOtfMPP = this; in assignMPP()
DExynosMPP.h462 ExynosMPP *mOtfMPP; variable