Searched defs:preEqInUse (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp181 void DPChannel::init(float inputGain, bool preEqInUse, uint32_t preEqBandCount, argument
185 mPreEqInUse = preEqInUse;
238 void DPBase::init(uint32_t channelCount, bool preEqInUse, uint32_t preEqBandCount, argument
243 mPreEqInUse = preEqInUse;
252 mChannel[ch].init(0, preEqInUse, preEqBandCount, mbcInUse, mbcBandCount,
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java234 0 /*2 preEqInUse */,
1039 * @param preEqInUse true if PreEq stage will be used, false otherwise. This can't be
1052 boolean preEqInUse, int preEqBandCount,
1057 mPreEq = new Eq(preEqInUse, PREEQ_DEFAULT_ENABLED, preEqBandCount);
1256 * @param preEqInUse true if PreEq stage will be used, false otherwise.
1266 boolean preEqInUse, int preEqBandCount,
1274 mPreEqInUse = preEqInUse;
1639 boolean preEqInUse, int preEqBandCount,
1645 mPreEqInUse = preEqInUse;
1893 boolean preEqInUse, in
1051 Channel(float inputGain, boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, boolean postEqInUse, int postEqBandCount, boolean limiterInUse) argument
1265 Config(int variant, float frameDurationMs, int channelCount, boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, boolean postEqInUse, int postEqBandCount, boolean limiterInUse, Channel[] channel) argument
1638 Builder(int variant, int channelCount, boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, boolean postEqInUse, int postEqBandCount, boolean limiterInUse) argument
1892 setEngineArchitecture(int variant, float preferredFrameDuration, boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, boolean postEqInUse, int postEqBandCount, boolean limiterInUse) argument
[all...]

Completed in 13 milliseconds