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

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/extended/
H A Dagc_config_test.cc22 webrtc::AgcConfig default_agc_config_;
26 webrtc::AgcConfig agc_config;
37 webrtc::AgcConfig agc_config = default_agc_config_;
51 webrtc::AgcConfig agc_config;
56 webrtc::AgcConfig actual_config;
69 webrtc::AgcConfig agc_config;
80 webrtc::AgcConfig agc_config = default_agc_config_;
94 webrtc::AgcConfig agc_config;
99 webrtc::AgcConfig actual_config;
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_audio_processing.h88 virtual int SetAgcConfig(AgcConfig config) = 0;
91 virtual int GetAgcConfig(AgcConfig& config) = 0;
157 virtual int SetRxAgcConfig(int channel, AgcConfig config) = 0;
160 virtual int GetRxAgcConfig(int channel, AgcConfig& config) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.h30 virtual int SetAgcConfig(AgcConfig config);
32 virtual int GetAgcConfig(AgcConfig& config);
46 virtual int SetRxAgcConfig(int channel, AgcConfig config);
48 virtual int GetRxAgcConfig(int channel, AgcConfig& config);
H A Dvoe_audio_processing_impl.cc266 int VoEAudioProcessingImpl::SetAgcConfig(AgcConfig config) {
304 int VoEAudioProcessingImpl::GetAgcConfig(AgcConfig& config) {
440 AgcConfig config) {
464 int VoEAudioProcessingImpl::GetRxAgcConfig(int channel, AgcConfig& config) {
H A Dchannel.h310 int SetRxAgcConfig(AgcConfig config);
311 int GetRxAgcConfig(AgcConfig& config);
H A Dchannel.cc2845 Channel::SetRxAgcConfig(AgcConfig config)
2881 Channel::GetRxAgcConfig(AgcConfig& config)
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVoiceEngine.java45 public static class AgcConfig { class in class:VoiceEngine
46 AgcConfig(int targetLevelDbOv, int digitalCompressionGaindB, method in class:VoiceEngine.AgcConfig
100 public native int setAgcConfig(AgcConfig agc_config);
H A DMediaEngine.java360 VoiceEngine.AgcConfig agc_config =
361 new VoiceEngine.AgcConfig(3, 9, true);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h225 webrtc::AgcConfig rx_agc_config;
1111 WEBRTC_FUNC(SetAgcConfig, (webrtc::AgcConfig config)) {
1115 WEBRTC_FUNC(GetAgcConfig, (webrtc::AgcConfig& config)) {
1159 WEBRTC_FUNC(SetRxAgcConfig, (int channel, webrtc::AgcConfig config)) {
1163 WEBRTC_FUNC(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config)) {
1312 webrtc::AgcConfig agc_config_;
H A Dwebrtcvoiceengine.h264 webrtc::AgcConfig default_agc_config_;
H A Dwebrtcvoiceengine_unittest.cc2176 webrtc::AgcConfig agc_config;
2199 webrtc::AgcConfig agc_config;
2234 webrtc::AgcConfig agc_config;
2753 webrtc::AgcConfig agc_config;
2905 webrtc::AgcConfig set_config = {0};
2912 webrtc::AgcConfig config = {0};
H A Dwebrtcvoiceengine.cc1476 // to save the current webrtc::AgcConfig as well.
1478 webrtc::AgcConfig config = default_agc_config_;
1899 webrtc::AgcConfig config;
/external/webrtc/src/
H A Dcommon_types.h362 } AgcConfig; // AGC configuration parameters typedef in namespace:webrtc
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc361 // Returns the native AgcConfig object associated with the Java object
364 webrtc::AgcConfig* agc_config) {
378 webrtc::AgcConfig config;
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h462 } AgcConfig; // AGC configuration parameters typedef in namespace:webrtc

Completed in 1316 milliseconds