HomeSort by relevance Sort by last modified time
    Searched defs:SetOutputVolumePan (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.cc 348 int VoEVolumeControlImpl::SetOutputVolumePan(int channel,
352 "SetOutputVolumePan(channel=%d, left=%2.1f, right=%2.1f)",
364 "SetOutputVolumePan() stereo playout not supported");
370 "SetOutputVolumePan() invalid parameter");
376 return _shared->output_mixer()->SetOutputVolumePan(left, right);
383 "SetOutputVolumePan() failed to locate channel");
386 return channelPtr->SetOutputVolumePan(left, right);
output_mixer.cc 256 OutputMixer::SetOutputVolumePan(float left, float right)
259 "OutputMixer::SetOutputVolumePan()");
channel.cc     [all...]

Completed in 57 milliseconds