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

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp374 float vlf = float_from_gain(gain_minifloat_unpack_left(vlr)); local
377 mMixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &vlf);
H A DThreads.cpp4305 float vlf, vrf, vaf; // in [0.0, 1.0] float format local
4308 vlf = vrf = vaf = 0.;
4319 vlf = float_from_gain(gain_minifloat_unpack_left(vlr));
4322 if (vlf > GAIN_FLOAT_UNITY) {
4323 ALOGV("Track left volume out of range: %.3g", vlf);
4324 vlf = GAIN_FLOAT_UNITY;
4333 vlf *= v * vh;
4338 vl = (uint32_t) (scaleto8_24 * vlf);
4356 vlf = (float)vl / (1 << 24);
4372 mAudioMixer->setParameter(name, param, AudioMixer::VOLUME0, &vlf);
[all...]

Completed in 673 milliseconds