Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectConversionHelperAidl.cpp383 Parameter::VolumeStereo appliedVolume = volParam.get<Parameter::volumeStereo>(); in handleSetVolume() local
384 vl = (uint32_t)(appliedVolume.left * unityGain); in handleSetVolume()
385 vr = (uint32_t)(appliedVolume.right * unityGain); in handleSetVolume()