OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAgcConfig
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
agc_config_test.cc
28
EXPECT_EQ(0, voe_apm_->
GetAgcConfig
(agc_config));
58
EXPECT_EQ(0, voe_apm_->
GetAgcConfig
(actual_config));
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
89
virtual int
GetAgcConfig
(AgcConfig& config) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
32
int
GetAgcConfig
(AgcConfig& config) override;
voe_audio_processing_impl.cc
295
int VoEAudioProcessingImpl::
GetAgcConfig
(AgcConfig& config) {
312
"
GetAgcConfig
() EC is not supported");
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
56
MOCK_METHOD1(
GetAgcConfig
, int(AgcConfig& config));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc
[
all
...]
fakewebrtcvoiceengine.h
702
WEBRTC_FUNC(
GetAgcConfig
, (webrtc::AgcConfig& config)) {
webrtcvoiceengine.cc
530
if (voe_wrapper_->processing()->
GetAgcConfig
(default_agc_config_) == -1) {
531
LOG_RTCERR0(
GetAgcConfig
);
[
all
...]
Completed in 801 milliseconds