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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_impl.cc 464 int VoEAudioProcessingImpl::GetRxAgcConfig(int channel, AgcConfig& config) {
466 "GetRxAgcConfig(channel=%d)", channel);
477 "GetRxAgcConfig() failed to locate channel");
480 return channelPtr->GetRxAgcConfig(config);
483 "GetRxAgcConfig() Agc is not supported");
    [all...]
channel.cc     [all...]

Completed in 60 milliseconds