Home
last modified time | relevance | path

Searched refs:channel_volumes (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc104 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) { in MaxChannelVolume() argument
106 for (int i = 0; i < channel_volumes->channels; ++i) { in MaxChannelVolume()
107 if (pa_volume < channel_volumes->values[i]) { in MaxChannelVolume()
108 pa_volume = channel_volumes->values[i]; in MaxChannelVolume()
255 pa_cvolume channel_volumes; in GetVolume() local
259 data.channel_volumes = &channel_volumes; in GetVolume()
270 if (data.channel_volumes) { in GetVolume()
284 pa_volume = MaxChannelVolume(&channel_volumes); in GetVolume()
338 pa_cvolume channel_volumes; in SetVolume() local
339 symbol_table()->pa_cvolume_set()(&channel_volumes, channels, pa_volume); in SetVolume()
[all …]