Home
last modified time | relevance | path

Searched refs:gainCorrection (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DMultiChannelResampler.cpp166 float gainCorrection = 1.0 / gain; // normalize the gain in generateCoefficients() local
168 mCoefficients.at(gainCursor + tap) *= gainCorrection; in generateCoefficients()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp192 int gainCorrection = 0; in limitLevel() local
258 gainCorrection = maxLevelRound + mVolumedB; in limitLevel()
261 params.VC_EffectLevel = mVolumedB - gainCorrection; in limitLevel()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp733 int gainCorrection = 0; in LvmEffect_limitLevel()
801 gainCorrection = maxLevelRound + pContext->pBundledContext->volume; in LvmEffect_limitLevel()
804 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()
809 gainCorrection, ActiveParams.VC_EffectLevel); in LvmEffect_limitLevel()