OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetRxAgcConfig
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc
416
int VoEAudioProcessingImpl::
SetRxAgcConfig
(int channel, AgcConfig config) {
418
"
SetRxAgcConfig
(channel=%d)", channel);
429
"
SetRxAgcConfig
() failed to locate channel");
432
return channelPtr->
SetRxAgcConfig
(config);
435
"
SetRxAgcConfig
() Agc is not supported");
[
all
...]
channel.cc
[
all
...]
Completed in 40 milliseconds