Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:VOLUME

1691     // If the HAL we are using has support for master volume or master mute,
1692 // then do not attenuate or mute during mixing (just leave the volume at 1.0
1711 mStreamTypes[stream].volume = mAudioFlinger->streamVolume_l(stream);
1743 result.appendFormat("%d:%.2g", i, 20.0 * log10(st->volume));
2096 // Don't apply master volume in SW if our HAL can do it for us.
2120 mStreamTypes[stream].volume = value;
2134 return mStreamTypes[stream].volume;
4010 // Delegate master volume control to effect in output mix effect chain if needed
4169 // cache the combined master volume and stream type volume for fast mixer; this
4171 track->mCachedVolume = masterVolume * mStreamTypes[track->streamType()].volume;
4259 // Delegate volume control to effect in track effect chain if needed
4270 int param = AudioMixer::VOLUME;
4272 // no ramp for the first volume setting
4286 // compute volume for this track
4297 // read original volumes with volume control
4298 float typeVolume = mStreamTypes[track->streamType()].volume;
4306 ALOGV("Track left volume out of range: %.3g", vlf);
4310 ALOGV("Track right volume out of range: %.3g", vrf);
4313 // now apply the master volume and stream type volume
4316 // assuming master volume and stream type volume each go up to 1.0,
4332 // Delegate volume control to effect in track effect chain if needed
4334 // Do not ramp volume if volume is controlled by effect
4335 param = AudioMixer::VOLUME;
4336 // Update remaining floating point volume levels
4341 // force no volume ramp when volume controller was just disabled or removed
4342 // from effect chain to avoid volume spike
4344 param = AudioMixer::VOLUME;
4788 float typeVolume = mStreamTypes[track->streamType()].volume;
4813 // Delegate volume control to effect in track effect chain if needed
4874 // Only consider last track started for volume and mixer state control.
4927 // make sure processVolume_l() will apply new volume even if 0
4935 // compute volume for this track
5419 // Only consider last track started for volume and mixer state control.
5494 // make sure processVolume_l() will apply new volume even if 0
5612 // compute volume for this track