Lines Matching refs:mM2mMPP

899     mM2mMPP = NULL;  in initializeInfos()
903 mM2mMPP = display->mResourceManager->getExynosMPP(MPP_LOGICAL_G2D_COMBO); in initializeInfos()
947 if ((mOtfMPP == NULL) && (mM2mMPP == NULL)) in dump()
951 if (mM2mMPP != NULL) in dump()
952 result.appendFormat("\t%s\n", mM2mMPP->mName.c_str()); in dump()
961 if ((mM2mMPP != NULL) && in dump()
962 ((assignedSrcNum = mM2mMPP->mAssignedSources.size()) > 0)) { in dump()
966 if (mM2mMPP->mAssignedSources[i]->mSourceType == MPP_SOURCE_LAYER) { in dump()
967 ExynosLayer* layer = (ExynosLayer*)(mM2mMPP->mAssignedSources[i]); in dump()
970 … result.appendFormat("[%d]sourceType_%d ", i, mM2mMPP->mAssignedSources[i]->mSourceType); in dump()
1155 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in initDisplay()
1778 ExynosMPP *m2mMpp = mExynosCompositionInfo.mM2mMPP; in validateExynosCompositionLayer()
1813 mExynosCompositionInfo.mM2mMPP->requestHWStateChange(MPP_HW_STATE_IDLE); in validateExynosCompositionLayer()
1827 if (mExynosCompositionInfo.mM2mMPP == NULL) { in doExynosComposition()
1831 mExynosCompositionInfo.mM2mMPP->requestHWStateChange(MPP_HW_STATE_RUNNING); in doExynosComposition()
1851 if ((ret = mExynosCompositionInfo.mM2mMPP->doPostProcessing( in doExynosComposition()
1866 if ((ret = mExynosCompositionInfo.mM2mMPP->getDstImageInfo(&outImage)) != NO_ERROR) { in doExynosComposition()
1886 if ((ret = mExynosCompositionInfo.mM2mMPP->resetDstReleaseFence()) != NO_ERROR) in doExynosComposition()
1917 m2mMPP = layer.mM2mMPP; in configureHandle()
2861 if (mLayers[i]->mM2mMPP != NULL) { in setReleaseFences()
2862 if (mLayers[i]->mM2mMPP->mUseM2MSrcFence) in setReleaseFences()
2863 mLayers[i]->mReleaseFence = mLayers[i]->mM2mMPP->getSrcReleaseFence(0); in setReleaseFences()
2870 mLayers[i]->mM2mMPP->resetSrcReleaseFence(); in setReleaseFences()
2872 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2881 mLayers[i]->mM2mMPP->setDstAcquireFence(release_fd); in setReleaseFences()
2884 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2887 mLayers[i]->mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2916 if (mExynosCompositionInfo.mM2mMPP == NULL) in setReleaseFences()
2939 if (mExynosCompositionInfo.mM2mMPP->mUseM2MSrcFence) in setReleaseFences()
2941 … mExynosCompositionInfo.mM2mMPP->getSrcReleaseFence(i-mExynosCompositionInfo.mFirstIndex); in setReleaseFences()
2951 mExynosCompositionInfo.mM2mMPP->resetSrcReleaseFence(); in setReleaseFences()
2954 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
2959 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(config.rel_fence); in setReleaseFences()
2961 mExynosCompositionInfo.mM2mMPP->setDstAcquireFence(-1); in setReleaseFences()
3556 if (mLayers[i]->mM2mMPP != nullptr) { in dumpAllBuffers()
3559 mLayers[i]->mM2mMPP->getDstImageInfo(&image); in dumpAllBuffers()
3841 (mLayers[i]->mM2mMPP != NULL)) { in presentDisplay()
3842 ExynosMPP* m2mMpp = mLayers[i]->mM2mMPP; in presentDisplay()
3926 if (mLayers[i]->mM2mMPP != NULL) in presentDisplay()
3927 DISPLAY_LOGE("\t%s is assigned", mLayers[i]->mM2mMPP->mName.c_str()); in presentDisplay()
5045 (mLayers[i]->mM2mMPP != NULL)) { in startPostProcessing()
5051 ExynosMPP* m2mMpp = mLayers[i]->mM2mMPP; in startPostProcessing()
5467 ExynosMPP *m2mMPP = mExynosCompositionInfo.mM2mMPP; in addExynosCompositionLayer()
5720 if (mLayers[i]->mM2mMPP != NULL) return true; in windowUpdateExceptions()
5965 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in closeFencesForSkipFrame()
6018 (mLayers[i]->mM2mMPP != NULL)) { in closeFences()
6019 mLayers[i]->mM2mMPP->closeFences(); in closeFences()
6023 if (mExynosCompositionInfo.mM2mMPP == NULL) in closeFences()
6028 mExynosCompositionInfo.mM2mMPP->closeFences(); in closeFences()
6157 (mLayers[i]->mM2mMPP != NULL)) { in increaseMPPDstBufIndex()
6158 mLayers[i]->mM2mMPP->increaseDstBuffIndex(); in increaseMPPDstBufIndex()
6163 (mExynosCompositionInfo.mM2mMPP != NULL)) { in increaseMPPDstBufIndex()
6164 mExynosCompositionInfo.mM2mMPP->increaseDstBuffIndex(); in increaseMPPDstBufIndex()