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

/frameworks/av/services/audioflinger/
H A DThreads.cpp4119 float vlf, vrf, vaf; // in [0.0, 1.0] float format local
4122 vlf = vrf = vaf = 0.;
4159 // vaf is represented as [0.0, 1.0] float by rescaling sendLevel
4160 vaf = v * sendLevel * (1. / MAX_GAIN_INT);
4186 mAudioMixer->setParameter(name, param, AudioMixer::AUXLEVEL, &vaf);

Completed in 961 milliseconds