Lines Matching refs:mPDynamics

73     dp_fx::DPBase * mPDynamics; //the effect (or current effect)  member
110 if (pContext->mPDynamics != NULL) { in DP_reset()
111 pContext->mPDynamics->reset(); in DP_reset()
185 pContext->mPDynamics = NULL; in DP_init()
218 delete pContext->mPDynamics; in DP_changeVariant()
219 pContext->mPDynamics = new dp_fx::DPFrequency(); in DP_changeVariant()
246 ((dp_fx::DPFrequency*)pContext->mPDynamics)->configure(currentBlock, in DP_configureVariant()
269 delete pContext->mPDynamics; in DPLib_Release()
343 if (pContext->mPDynamics != NULL) { in DP_process()
346 pContext->mPDynamics->processSamples(inBuffer->f32, inBuffer->f32, in DP_process()
385 if (pContext->mPDynamics == NULL) { in DP_getChannel()
388 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel); in DP_getChannel()
687 if (pContext->mPDynamics == NULL) { in DP_getParameter()
694 values[2].i = pContext->mPDynamics->isPreEQInUse(); in DP_getParameter()
695 values[3].i = pContext->mPDynamics->getPreEqBandCount(); in DP_getParameter()
696 values[4].i = pContext->mPDynamics->isMbcInUse(); in DP_getParameter()
697 values[5].i = pContext->mPDynamics->getMbcBandCount(); in DP_getParameter()
698 values[6].i = pContext->mPDynamics->isPostEqInUse(); in DP_getParameter()
699 values[7].i = pContext->mPDynamics->getPostEqBandCount(); in DP_getParameter()
700 values[8].i = pContext->mPDynamics->isLimiterInUse(); in DP_getParameter()
992 if (pContext->mPDynamics == NULL) { in DP_setParameter()
998 pContext->mPDynamics->init((uint32_t)audio_channel_count_from_out_mask( in DP_setParameter()