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.cpp4119 float vlf, vrf, vaf; // in [0.0, 1.0] float format local
4122 vlf = vrf = vaf = 0.;
4133 vlf = float_from_gain(gain_minifloat_unpack_left(vlr));
4136 if (vlf > GAIN_FLOAT_UNITY) {
4137 ALOGV("Track left volume out of range: %.3g", vlf);
4138 vlf = GAIN_FLOAT_UNITY;
4145 vlf *= v;
4150 vl = (uint32_t) (scaleto8_24 * vlf);
4168 vlf = (float)vl / (1 << 24);
4184 mAudioMixer->setParameter(name, param, AudioMixer::VOLUME0, &vlf);
[all...]

Completed in 33 milliseconds