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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_volume_control_impl.cc 309 int VoEVolumeControlImpl::GetSpeechOutputLevel(int channel,
313 "GetSpeechOutputLevel(channel=%d, level=?)", channel);
322 return _shared->output_mixer()->GetSpeechOutputLevel(
332 "GetSpeechOutputLevel() failed to locate channel");
335 channelPtr->GetSpeechOutputLevel((uint32_t&)level);
output_mixer.cc 260 OutputMixer::GetSpeechOutputLevel(uint32_t& level)
265 "GetSpeechOutputLevel() => level=%u", level);
channel.cc     [all...]

Completed in 70 milliseconds