Lines Matching refs:mM2mMPP

527     mM2mMPP = NULL;  in initializeInfos()
531 mM2mMPP = display->mResourceManager->getExynosMPP(MPP_LOGICAL_G2D_COMBO); in initializeInfos()
570 if ((mOtfMPP == NULL) && (mM2mMPP == NULL)) in dump()
574 if (mM2mMPP != NULL) in dump()
575 result.appendFormat("\t%s\n", mM2mMPP->mName.string()); in dump()
584 if ((mM2mMPP != NULL) && in dump()
585 ((assignedSrcNum = mM2mMPP->mAssignedSources.size()) > 0)) { in dump()
589 if (mM2mMPP->mAssignedSources[i]->mSourceType == MPP_SOURCE_LAYER) { in dump()
590 ExynosLayer* layer = (ExynosLayer*)(mM2mMPP->mAssignedSources[i]); in dump()
593 … result.appendFormat("[%d]sourceType_%d ", i, mM2mMPP->mAssignedSources[i]->mSourceType); in dump()
770 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in initDisplay()
1369 ExynosMPP *m2mMpp = mExynosCompositionInfo.mM2mMPP; in validateExynosCompositionLayer()
1404 mExynosCompositionInfo.mM2mMPP->requestHWStateChange(MPP_HW_STATE_IDLE); in validateExynosCompositionLayer()
1418 if (mExynosCompositionInfo.mM2mMPP == NULL) { in doExynosComposition()
1422 mExynosCompositionInfo.mM2mMPP->requestHWStateChange(MPP_HW_STATE_RUNNING); in doExynosComposition()
1442 if ((ret = mExynosCompositionInfo.mM2mMPP->doPostProcessing(mExynosCompositionInfo.mSrcImg, in doExynosComposition()
1457 if ((ret = mExynosCompositionInfo.mM2mMPP->getDstImageInfo(&outImage)) != NO_ERROR) { in doExynosComposition()
1479 if ((ret = mExynosCompositionInfo.mM2mMPP->resetDstReleaseFence()) != NO_ERROR) in doExynosComposition()
1510 m2mMPP = layer.mM2mMPP; in configureHandle()
2454 if (mLayers[i]->mM2mMPP != NULL) { in setReleaseFences()
2455 if (mLayers[i]->mM2mMPP->mUseM2MSrcFence) in setReleaseFences()
2456 mLayers[i]->mReleaseFence = mLayers[i]->mM2mMPP->getSrcReleaseFence(0); in setReleaseFences()
2463 mLayers[i]->mM2mMPP->resetSrcReleaseFence(); in setReleaseFences()
2465 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2474 mLayers[i]->mM2mMPP->setDstAcquireFence(release_fd); in setReleaseFences()
2477 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2480 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2509 if (mExynosCompositionInfo.mM2mMPP == NULL) in setReleaseFences()
2532 if (mExynosCompositionInfo.mM2mMPP->mUseM2MSrcFence) in setReleaseFences()
2534 … mExynosCompositionInfo.mM2mMPP->getSrcReleaseFence(i-mExynosCompositionInfo.mFirstIndex); in setReleaseFences()
2544 mExynosCompositionInfo.mM2mMPP->resetSrcReleaseFence(); in setReleaseFences()
2547 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2552 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(config.rel_fence); in setReleaseFences()
2554 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
3159 (mLayers[i]->mM2mMPP != NULL)) { in presentDisplay()
3160 ExynosMPP *m2mMpp = mLayers[i]->mM2mMPP; in presentDisplay()
3236 if (mLayers[i]->mM2mMPP != NULL) in presentDisplay()
3237 DISPLAY_LOGE("\t%s is assigned", mLayers[i]->mM2mMPP->mName.string()); in presentDisplay()
4174 (mLayers[i]->mM2mMPP != NULL)) { in startPostProcessing()
4180 ExynosMPP *m2mMpp = mLayers[i]->mM2mMPP; in startPostProcessing()
4574 ExynosMPP *m2mMPP = mExynosCompositionInfo.mM2mMPP; in addExynosCompositionLayer()
4809 if (mLayers[i]->mM2mMPP != NULL) return true; in windowUpdateExceptions()
5051 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in closeFencesForSkipFrame()
5098 (mLayers[i]->mM2mMPP != NULL)) { in closeFences()
5099 mLayers[i]->mM2mMPP->closeFences(); in closeFences()
5103 if (mExynosCompositionInfo.mM2mMPP == NULL) in closeFences()
5108 mExynosCompositionInfo.mM2mMPP->closeFences(); in closeFences()
5221 (mLayers[i]->mM2mMPP != NULL)) { in increaseMPPDstBufIndex()
5222 mLayers[i]->mM2mMPP->increaseDstBuffIndex(); in increaseMPPDstBufIndex()
5227 (mExynosCompositionInfo.mM2mMPP != NULL)) { in increaseMPPDstBufIndex()
5228 mExynosCompositionInfo.mM2mMPP->increaseDstBuffIndex(); in increaseMPPDstBufIndex()