OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAgcConfig
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
agc_config_test.cc
39
EXPECT_EQ(-1, voe_apm_->
SetAgcConfig
(agc_config)) << "Should not be able "
45
EXPECT_EQ(-1, voe_apm_->
SetAgcConfig
(agc_config)) << "Should not be able "
57
EXPECT_EQ(0, voe_apm_->
SetAgcConfig
(agc_config));
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
86
virtual int
SetAgcConfig
(AgcConfig config) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
30
int
SetAgcConfig
(AgcConfig config) override;
voe_audio_processing_impl.cc
256
int VoEAudioProcessingImpl::
SetAgcConfig
(AgcConfig config) {
258
"
SetAgcConfig
()");
268
"
SetAgcConfig
() failed to set target peak |level|"
275
"
SetAgcConfig
() failed to set the range in |gain| "
283
"
SetAgcConfig
() failed to set hard limiter to the signal");
290
"
SetAgcConfig
() EC is not supported");
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
55
MOCK_METHOD1(
SetAgcConfig
, int(AgcConfig config));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
720
if (voe_wrapper_->processing()->
SetAgcConfig
(default_agc_config_) == -1) {
721
LOG_RTCERR3(
SetAgcConfig
,
[
all
...]
fakewebrtcvoiceengine.h
698
WEBRTC_FUNC(
SetAgcConfig
, (webrtc::AgcConfig config)) {
webrtcvoiceengine_unittest.cc
[
all
...]
Completed in 158 milliseconds