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

  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc 100 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) {
102 for (int i = 0; i < channel_volumes->channels; ++i) {
103 if (pa_volume < channel_volumes->values[i]) {
104 pa_volume = channel_volumes->values[i];
219 pa_cvolume *channel_volumes; member in struct:rtc::PulseAudioInputStream::GetVolumeCallbackData
262 pa_cvolume channel_volumes; local
266 data.channel_volumes = &channel_volumes;
277 if (data.channel_volumes) {
291 pa_volume = MaxChannelVolume(&channel_volumes);
345 pa_cvolume channel_volumes; local
583 pa_cvolume *channel_volumes; member in struct:rtc::PulseAudioOutputStream::GetVolumeCallbackData
635 pa_cvolume channel_volumes; local
687 pa_cvolume channel_volumes; local
    [all...]

Completed in 70 milliseconds