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

  /external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.cc 389 int VoEVolumeControlImpl::GetOutputVolumePan(int channel,
401 "GetOutputVolumePan() stereo playout not supported");
406 return _shared->output_mixer()->GetOutputVolumePan(left, right);
412 "GetOutputVolumePan() failed to locate channel");
415 return channelPtr->GetOutputVolumePan(left, right);
output_mixer.cc 266 OutputMixer::GetOutputVolumePan(float& left, float& right)
271 "GetOutputVolumePan() => left=%2.1f, right=%2.1f",
channel.cc     [all...]

Completed in 41 milliseconds