Lines Matching refs:m2mMPP

1155             ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP;  in initDisplay()  local
1159 (m2mMPP != NULL) && in initDisplay()
1160 (m2mMPP->mAssignedDisplay == this) && in initDisplay()
1161 (m2mMPP->getDstImageInfo(&outImage) == NO_ERROR)) { in initDisplay()
1162 if (m2mMPP->mPhysicalType == MPP_MSC) { in initDisplay()
1164 } else if (m2mMPP->mPhysicalType == MPP_G2D) { in initDisplay()
1167 DISPLAY_LOGE("[%zu] layer has invalid mppType(%d)", i, m2mMPP->mPhysicalType); in initDisplay()
1170 m2mMPP->resetDstReleaseFence(); in initDisplay()
1911 ExynosMPP* m2mMPP = NULL; in configureHandle() local
1917 m2mMPP = layer.mM2mMPP; in configureHandle()
1927 if (m2mMPP != NULL) in configureHandle()
1928 handle = m2mMPP->mDstImgs[m2mMPP->mCurrentDstBuf].bufferHandle; in configureHandle()
2022 if (m2mMPP != NULL) in configureHandle()
2024 DISPLAY_LOGD(eDebugWinConfig, "\tUse m2mMPP, bufIndex: %d", m2mMPP->mCurrentDstBuf); in configureHandle()
2025 dumpExynosImage(eDebugWinConfig, m2mMPP->mAssignedSources[0]->mMidImg); in configureHandle()
2027 if (m2mMPP->getDstImageInfo(&mpp_dst_img) == NO_ERROR) { in configureHandle()
2040 if (m2mMPP->mPhysicalType == MPP_MSC) { in configureHandle()
2042 } else if (m2mMPP->mPhysicalType == MPP_G2D) { in configureHandle()
2047 m2mMPP->resetDstReleaseFence(); in configureHandle()
2083 dstMetaInfo_t metaInfo = m2mMPP->getDstMetaInfo(mpp_dst_img.dataSpace); in configureHandle()
5467 ExynosMPP *m2mMPP = mExynosCompositionInfo.mM2mMPP; in addExynosCompositionLayer() local
5469 if (m2mMPP == NULL) { in addExynosCompositionLayer()
5499 m2mMPP->mLogicalType == MPP_LOGICAL_G2D_COMBO) { in addExynosCompositionLayer()
5523 if ((layer->mSupportedMPPFlag & m2mMPP->mLogicalType) != 0) in addExynosCompositionLayer()
5524 isAssignable = m2mMPP->isAssignable(this, src_img, dst_img, totalUsedCapa); in addExynosCompositionLayer()
5530 } else if (((layer->mSupportedMPPFlag & m2mMPP->mLogicalType) == 0) || in addExynosCompositionLayer()
5545 if ((ret = m2mMPP->assignMPP(this, layer)) != NO_ERROR) in addExynosCompositionLayer()
5548 __func__, m2mMPP->mName.c_str(), ret); in addExynosCompositionLayer()
5567 if (m2mMPP->mLogicalType == MPP_LOGICAL_G2D_COMBO && maxPriorityIndex >= 0) { in addExynosCompositionLayer()
5586 if ((ret = m2mMPP->assignMPP(this, mLayers[maxPriorityIndex])) != NO_ERROR) in addExynosCompositionLayer()
5589 __func__, m2mMPP->mName.c_str(), ret); in addExynosCompositionLayer()
5624 if (highPriorityNum > 0 && (m2mMPP->mLogicalType != MPP_LOGICAL_G2D_COMBO)) { in addExynosCompositionLayer()
5654 if (highPriorityCheck && (m2mMPP->mLogicalType != MPP_LOGICAL_G2D_COMBO)) { in addExynosCompositionLayer()
5965 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in closeFencesForSkipFrame() local
5967 (m2mMPP != NULL) && in closeFencesForSkipFrame()
5968 (m2mMPP->mAssignedDisplay == this) && in closeFencesForSkipFrame()
5969 (m2mMPP->getDstImageInfo(&outImage) == NO_ERROR)) { in closeFencesForSkipFrame()
5970 if (m2mMPP->mPhysicalType == MPP_MSC) { in closeFencesForSkipFrame()
5972 } else if (m2mMPP->mPhysicalType == MPP_G2D) { in closeFencesForSkipFrame()
5976 … DISPLAY_LOGE("[%zu] layer has invalid mppType(%d)", i, m2mMPP->mPhysicalType); in closeFencesForSkipFrame()
5979 m2mMPP->resetDstReleaseFence(); in closeFencesForSkipFrame()
5980 ALOGD("reset buf[%d], %d", m2mMPP->mCurrentDstBuf, in closeFencesForSkipFrame()
5981 m2mMPP->mDstImgs[m2mMPP->mCurrentDstBuf].acrylicReleaseFenceFd); in closeFencesForSkipFrame()