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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.cc 373 int VoECodecImpl::GetVADStatus(int channel, bool& enabled, VadModes& mode,
377 "GetVADStatus(channel=%i)", channel);
389 "GetVADStatus failed to locate channel");
394 int ret = channelPtr->GetVADStatus(enabled, vadMode, disabledDTX);
399 "GetVADStatus failed to get VAD mode");
channel.cc     [all...]

Completed in 814 milliseconds