OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:agc_config
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
agc_config_test.cc
26
webrtc::AgcConfig
agc_config
;
local
28
EXPECT_EQ(0, voe_apm_->GetAgcConfig(
agc_config
));
30
EXPECT_EQ(default_agc_config_.targetLeveldBOv,
agc_config
.targetLeveldBOv);
32
agc_config
.digitalCompressionGaindB);
33
EXPECT_EQ(default_agc_config_.limiterEnable,
agc_config
.limiterEnable);
37
webrtc::AgcConfig
agc_config
= default_agc_config_;
local
38
agc_config
.digitalCompressionGaindB = 91;
39
EXPECT_EQ(-1, voe_apm_->SetAgcConfig(
agc_config
)) << "Should not be able "
43
agc_config
= default_agc_config_;
44
agc_config
.targetLeveldBOv = 32
51
webrtc::AgcConfig
agc_config
;
local
69
webrtc::AgcConfig
agc_config
;
local
80
webrtc::AgcConfig
agc_config
= default_
agc_config
_;
local
94
webrtc::AgcConfig
agc_config
;
local
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc
2168
webrtc::AgcConfig
agc_config
;
local
2184
webrtc::AgcConfig
agc_config
;
local
2530
webrtc::AgcConfig
agc_config
;
local
[
all
...]
Completed in 92 milliseconds