Lines Matching refs:mOtfMPP
898 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()
3836 mLayers[i]->mOtfMPP->requestHWStateChange(MPP_HW_STATE_RUNNING); in presentDisplay()
5420 ExynosMPP *otfMPP = mClientCompositionInfo.mOtfMPP; in removeClientCompositionLayer()