Searched refs:DPChannel (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp177 DPChannel::DPChannel() : mInitialized(false), mInputGainDb(0), mOutputGainDb(0), function in class:dp_fx::DPChannel
181 void DPChannel::init(float inputGain, bool preEqInUse, uint32_t preEqBandCount,
197 DPEq* DPChannel::getPreEq() {
204 DPMbc* DPChannel::getMbc() {
211 DPEq* DPChannel::getPostEq() {
218 DPLimiter* DPChannel::getLimiter() {
225 void DPChannel::setLimiter(DPLimiter &limiter) {
258 DPChannel* DPBase::getChannel(uint32_t channelIndex) {
H A DDPBase.h257 class DPChannel { class in namespace:dp_fx
259 DPChannel();
260 ~DPChannel() = default;
318 DPChannel* getChannel(uint32_t channelIndex);
356 std::vector<DPChannel> mChannel;
H A DDPFrequency.cpp88 DPChannel *pChannel = dpBase.getChannel(0);
187 DPChannel *pChannel = getChannel(channelIndex);
190 ALOGE("Error: updateParameters null DPChannel %d", channelIndex);
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp386 static dp_fx::DPChannel* DP_getChannel(DynamicsProcessingContext *pContext,
391 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel);
392 ALOGE_IF(pChannel == NULL, "DPChannel NULL. invalid channel %d", channel);
398 dp_fx::DPChannel *pChannel = DP_getChannel(pContext, channel);
420 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel);
574 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, ch);
722 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel);
902 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel);
1020 dp_fx::DPChannel * pChannel = DP_getChannel(pContext, channel);
1239 dp_fx::DPChannel * pChanne
[all...]

Completed in 47 milliseconds