Searched defs:GetOutputVolumePan (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc489 int VoEVolumeControlImpl::GetOutputVolumePan(int channel, function in class:webrtc::VoEVolumeControlImpl
494 "GetOutputVolumePan(channel=%d, left=?, right=?)", channel);
507 "GetOutputVolumePan() stereo playout not supported");
513 return _shared->output_mixer()->GetOutputVolumePan(left, right);
520 "GetOutputVolumePan() failed to locate channel");
523 return channelPtr->GetOutputVolumePan(left, right);
H A Doutput_mixer.cc290 OutputMixer::GetOutputVolumePan(float& left, float& right) function in class:webrtc::voe::OutputMixer
295 "GetOutputVolumePan() => left=%2.1f, right=%2.1f",
H A Dchannel.cc2560 Channel::GetOutputVolumePan(float& left, float& right) const function in class:webrtc::voe::Channel
2567 "GetOutputVolumePan() => left=%3.2f, right=%3.2f", left, right);

Completed in 261 milliseconds