Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:volume

1032     // If the HAL we are using has support for master volume or master mute,
1033 // then do not attenuate or mute during mixing (just leave the volume at 1.0
1053 mStreamTypes[stream].volume = mAudioFlinger->streamVolume_l(stream);
1085 result.appendFormat("%d:%.2g", i, 20.0 * log10(st->volume));
1385 // Don't apply master volume in SW if our HAL can do it for us.
1409 mStreamTypes[stream].volume = value;
1423 return mStreamTypes[stream].volume;
2831 // Delegate master volume control to effect in output mix effect chain if needed
2985 // cache the combined master volume and stream type volume for fast mixer; this
2987 track->mCachedVolume = masterVolume * mStreamTypes[track->streamType()].volume;
3055 // Delegate volume control to effect in track effect chain if needed
3066 int param = AudioMixer::VOLUME;
3068 // no ramp for the first volume setting
3082 // compute volume for this track
3091 // read original volumes with volume control
3092 volume;
3100 ALOGV("Track left volume out of range: %04X", vl);
3104 ALOGV("Track right volume out of range: %04X", vr);
3107 // now apply the master volume and stream type volume
3110 // assuming master volume and stream type volume each go up to 1.0,
3122 // Delegate volume control to effect in track effect chain if needed
3124 // Do not ramp volume if volume is controlled by effect
3125 param = AudioMixer::VOLUME;
3128 // force no volume ramp when volume controller was just disabled or removed
3129 // from effect chain to avoid volume spike
3131 param = AudioMixer::VOLUME;
3550 float typeVolume = mStreamTypes[track->streamType()].volume;
3571 // Delegate volume control to effect in track effect chain if needed
3604 // Only consider last track started for volume and mixer state control.
3627 // make sure processVolume_l() will apply new volume even if 0
3634 // compute volume for this track
3979 // Only consider last track started for volume and mixer state control.
4009 // make sure processVolume_l() will apply new volume even if 0
4119 // compute volume for this track