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

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

Completed in 90 milliseconds