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

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

Completed in 2822 milliseconds