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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc440 int VoEVolumeControlImpl::SetOutputVolumePan(int channel, function in class:webrtc::VoEVolumeControlImpl
445 "SetOutputVolumePan(channel=%d, left=%2.1f, right=%2.1f)",
459 "SetOutputVolumePan() stereo playout not supported");
468 "SetOutputVolumePan() invalid parameter");
475 return _shared->output_mixer()->SetOutputVolumePan(left, right);
483 "SetOutputVolumePan() failed to locate channel");
486 return channelPtr->SetOutputVolumePan(left, right);
H A Doutput_mixer.cc280 OutputMixer::SetOutputVolumePan(float left, float right) function in class:webrtc::voe::OutputMixer
283 "OutputMixer::SetOutputVolumePan()");
H A Dchannel.cc2549 Channel::SetOutputVolumePan(float left, float right) function in class:webrtc::voe::Channel
2553 "Channel::SetOutputVolumePan()");

Completed in 547 milliseconds