Searched refs:AgcConfig (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h119 webrtc::AgcConfig rx_agc_config;
854 WEBRTC_FUNC(SetAgcConfig, (webrtc::AgcConfig config)) {
858 WEBRTC_FUNC(GetAgcConfig, (webrtc::AgcConfig& config)) {
902 WEBRTC_FUNC(SetRxAgcConfig, (int channel, webrtc::AgcConfig config)) {
906 WEBRTC_FUNC(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config)) {
1056 webrtc::AgcConfig agc_config_;
H A Dwebrtcvoiceengine.h258 webrtc::AgcConfig default_agc_config_;
H A Dwebrtcvoiceengine_unittest.cc1860 webrtc::AgcConfig agc_config;
1883 webrtc::AgcConfig agc_config;
1918 webrtc::AgcConfig agc_config;
2422 webrtc::AgcConfig agc_config;
2574 webrtc::AgcConfig set_config = {0};
2581 webrtc::AgcConfig config = {0};
H A Dwebrtcvoiceengine.cc1394 // to save the current webrtc::AgcConfig as well.
1396 webrtc::AgcConfig config = default_agc_config_;
1724 webrtc::AgcConfig config;
/external/webrtc/src/
H A Dcommon_types.h362 } AgcConfig; // AGC configuration parameters typedef in namespace:webrtc

Completed in 163 milliseconds