Home
last modified time | relevance | path

Searched refs:decayHfRatio (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DReverbContext.cpp192 RetCode ReverbContext::setEnvironmentalReverbDecayHfRatio(int decayHfRatio) { in setEnvironmentalReverbDecayHfRatio() argument
198 params.Damping = (LVM_INT16)(decayHfRatio / 20); in setEnvironmentalReverbDecayHfRatio()
202 mDecayHfRatio = decayHfRatio; in setEnvironmentalReverbDecayHfRatio()
DReverbContext.h69 RetCode setEnvironmentalReverbDecayHfRatio(int decayHfRatio);