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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_impl.cc 439 int VoEAudioProcessingImpl::SetRxAgcConfig(int channel,
442 "SetRxAgcConfig(channel=%d)", channel);
453 "SetRxAgcConfig() failed to locate channel");
456 return channelPtr->SetRxAgcConfig(config);
459 "SetRxAgcConfig() Agc is not supported");
    [all...]
channel.cc     [all...]

Completed in 52 milliseconds