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

  /external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.cc 283 int VoEVolumeControlImpl::GetSpeechOutputLevelFullRange(int channel,
290 return _shared->output_mixer()->GetSpeechOutputLevelFullRange(
298 "GetSpeechOutputLevelFullRange() failed to locate channel");
301 channelPtr->GetSpeechOutputLevelFullRange((uint32_t&)level);
channel_proxy.cc 117 int32_t ChannelProxy::GetSpeechOutputLevelFullRange() const {
120 int error = channel()->GetSpeechOutputLevelFullRange(level);
output_mixer.cc 246 OutputMixer::GetSpeechOutputLevelFullRange(uint32_t& level)
251 "GetSpeechOutputLevelFullRange() => level=%u", level);
channel.cc     [all...]

Completed in 71 milliseconds