HomeSort by relevance Sort by last modified time
    Searched full:channel_volumes (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 104 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) {
106 for (int i = 0; i < channel_volumes->channels; ++i) {
107 if (pa_volume < channel_volumes->values[i]) {
108 pa_volume = channel_volumes->values[i];
255 pa_cvolume channel_volumes; local
259 data.channel_volumes = &channel_volumes;
270 if (data.channel_volumes) {
284 pa_volume = MaxChannelVolume(&channel_volumes);
338 pa_cvolume channel_volumes; local
381 pa_cvolume* channel_volumes; member in struct:rtc::PulseAudioInputStream::GetVolumeCallbackData
632 pa_cvolume channel_volumes; local
684 pa_cvolume channel_volumes; local
776 pa_cvolume* channel_volumes; member in struct:rtc::PulseAudioOutputStream::GetVolumeCallbackData
    [all...]

Completed in 438 milliseconds