Searched refs:channel_volumes (Results 1 – 1 of 1) sorted by relevance
104 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) { in MaxChannelVolume() argument106 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() local259 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() local339 symbol_table()->pa_cvolume_set()(&channel_volumes, channels, pa_volume); in SetVolume()[all …]