Home
last modified time | relevance | path

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

/frameworks/base/libs/audioflinger/
DAudioMixer.cpp55 t->volume[0] = UNITY_GAIN; in AudioMixer()
56 t->volume[1] = UNITY_GAIN; in AudioMixer()
490 t->resampler->setVolume(UNITY_GAIN, UNITY_GAIN); in track__genericResample()
791 if (UNLIKELY(uint32_t(vl) > UNITY_GAIN || uint32_t(vr) > UNITY_GAIN)) { in process__OneTrack16BitsStereoNoResampling()
DAudioMixer.h46 static const uint16_t UNITY_GAIN = 0x1000; variable
DAudioFlinger.cpp3396 mResampler->setVolume(AudioMixer::UNITY_GAIN, AudioMixer::UNITY_GAIN); in readInputParameters()