Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:vrf

4309             float vlf, vrf, vaf;   // in [0.0, 1.0] float format
4316 vlf = vrf = vaf = 0.;
4324 vrf = float_from_gain(gain_minifloat_unpack_right(vlr));
4330 if (vrf > GAIN_FLOAT_UNITY) {
4331 ALOGV("Track right volume out of range: %.3g", vrf);
4332 vrf = GAIN_FLOAT_UNITY;
4338 vrf *= v * vh;
4343 vr = (uint32_t) (scaleto8_24 * vrf);
4361 vrf = (float)vr / (1 << 24);
4387 vrf = min(1.0f, vrf / v);
4396 mAudioMixer->setParameter(name, param, AudioMixer::VOLUME1, &vrf);