Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:VOLUME

1601     // If the HAL we are using has support for master volume or master mute,
1602 // then do not attenuate or mute during mixing (just leave the volume at 1.0
1621 mStreamTypes[stream].volume = mAudioFlinger->streamVolume_l(stream);
1653 result.appendFormat("%d:%.2g", i, 20.0 * log10(st->volume));
1957 // Don't apply master volume in SW if our HAL can do it for us.
1981 mStreamTypes[stream].volume = value;
1995 return mStreamTypes[stream].volume;
3841 // Delegate master volume control to effect in output mix effect chain if needed
4000 // cache the combined master volume and stream type volume for fast mixer; this
4002 track->mCachedVolume = masterVolume * mStreamTypes[track->streamType()].volume;
4090 // Delegate volume control to effect in track effect chain if needed
4101 int param = AudioMixer::VOLUME;
4103 // no ramp for the first volume setting
4117 // compute volume for this track
4128 // read original volumes with volume control
4129 float typeVolume = mStreamTypes[track->streamType()].volume;
4137 ALOGV("Track left volume out of range: %.3g", vlf);
4141 ALOGV("Track right volume out of range: %.3g", vrf);
4144 // now apply the master volume and stream type volume
4147 // assuming master volume and stream type volume each go up to 1.0,
4163 // Delegate volume control to effect in track effect chain if needed
4165 // Do not ramp volume if volume is controlled by effect
4166 param = AudioMixer::VOLUME;
4167 // Update remaining floating point volume levels
4172 // force no volume ramp when volume controller was just disabled or removed
4173 // from effect chain to avoid volume spike
4175 param = AudioMixer::VOLUME;
4619 float typeVolume = mStreamTypes[track->streamType()].volume;
4644 // Delegate volume control to effect in track effect chain if needed
4705 // Only consider last track started for volume and mixer state control.
4754 // make sure processVolume_l() will apply new volume even if 0
4761 // compute volume for this track
5229 // Only consider last track started for volume and mixer state control.
5301 // make sure processVolume_l() will apply new volume even if 0
5400 // compute volume for this track