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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp176 t->volume[0] = UNITY_GAIN;
177 t->volume[1] = UNITY_GAIN;
772 t->resampler->setVolume(UNITY_GAIN, UNITY_GAIN);
782 t->resampler->setVolume(UNITY_GAIN, UNITY_GAIN);
1290 if (CC_UNLIKELY(uint32_t(vl) > UNITY_GAIN || uint32_t(vr) > UNITY_GAIN)) {
H A DAudioMixer.h50 static const uint16_t UNITY_GAIN = 0x1000; member in class:android::AudioMixer
H A DAudioFlinger.cpp6762 mResampler->setVolume(AudioMixer::UNITY_GAIN, AudioMixer::UNITY_GAIN);

Completed in 815 milliseconds