Home
last modified time | relevance | path

Searched refs:DPChannel (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp177 DPChannel::DPChannel() : mInitialized(false), mInputGainDb(0), mOutputGainDb(0), in DPChannel() function in dp_fx::DPChannel
181 void DPChannel::init(float inputGain, bool preEqInUse, uint32_t preEqBandCount, in init()
197 DPEq* DPChannel::getPreEq() { in getPreEq()
204 DPMbc* DPChannel::getMbc() { in getMbc()
211 DPEq* DPChannel::getPostEq() { in getPostEq()
218 DPLimiter* DPChannel::getLimiter() { in getLimiter()
225 void DPChannel::setLimiter(DPLimiter &limiter) { in setLimiter()
258 DPChannel* DPBase::getChannel(uint32_t channelIndex) { in getChannel()
DDPBase.h257 class DPChannel {
259 DPChannel();
260 ~DPChannel() = default;
318 DPChannel* getChannel(uint32_t channelIndex);
356 std::vector<DPChannel> mChannel;
DDPFrequency.cpp80 DPChannel *pChannel = dpBase.getChannel(0); in initBuffers()
184 DPChannel *pChannel = getChannel(channelIndex); in updateParameters()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp383 static dp_fx::DPChannel* DP_getChannel(DynamicsProcessingContext *pContext, in DP_getChannel()
388 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel); in DP_getChannel()
395 dp_fx::DPChannel *pChannel = DP_getChannel(pContext, channel); in DP_getEq()
417 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel); in DP_getMbc()
571 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, ch); in DP_command()
719 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel); in DP_getParameter()
899 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel); in DP_getParameter()
1017 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel); in DP_setParameter()
1236 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel); in DP_setParameter()
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.cpp67 dp_fx::DPChannel* leftChannel = mDpFreq->getChannel(0); in setVolumeStereo()
68 dp_fx::DPChannel* rightChannel = mDpFreq->getChannel(1); in setVolumeStereo()
280 dp_fx::DPChannel* DynamicsProcessingContext::getChannel_l(int channel) { in getChannel_l()
497 dp_fx::DPChannel* dp; in setDpChannelBand_l()
510 dp_fx::DPChannel* dp; in setDpChannelBand_l()
DDynamicsProcessingContext.h93 dp_fx::DPChannel* getChannel_l(int ch);