Lines Matching refs:vlf
3430 float vlf, vrf, vaf; // in [0.0, 1.0] float format
3433 vlf = vrf = vaf = 0.;
3444 vlf = float_from_gain(gain_minifloat_unpack_left(vlr));
3447 if (vlf > GAIN_FLOAT_UNITY) {
3448 ALOGV("Track left volume out of range: %.3g", vlf);
3449 vlf = GAIN_FLOAT_UNITY;
3456 vlf *= v;
3461 vl = (uint32_t) (scaleto8_24 * vlf);
3479 vlf = (float)vl / (1 << 24);
3495 mAudioMixer->setParameter(name, param, AudioMixer::VOLUME0, &vlf);