OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRxAgcStatus
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
147
virtual int
GetRxAgcStatus
(int channel, bool& enabled, AgcModes& mode) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
44
int
GetRxAgcStatus
(int channel, bool& enabled, AgcModes& mode) override;
voe_audio_processing_impl.cc
392
int VoEAudioProcessingImpl::
GetRxAgcStatus
(int channel,
405
"
GetRxAgcStatus
() failed to locate channel");
408
return channelPtr->
GetRxAgcStatus
(enabled, mode);
411
"
GetRxAgcStatus
() Agc is not supported");
[
all
...]
channel.h
314
int
GetRxAgcStatus
(bool& enabled, AgcModes& mode);
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc
52
EXPECT_EQ(0, voe_apm_->
GetRxAgcStatus
(channel_, rx_agc_enabled, agc_mode));
255
EXPECT_EQ(0, voe_apm_->
GetRxAgcStatus
(channel_, rx_agc_enabled, agc_mode));
/external/webrtc/webrtc/test/
mock_voice_engine.h
70
MOCK_METHOD3(
GetRxAgcStatus
, int(int channel, bool& enabled, AgcModes& mode));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
735
WEBRTC_STUB(
GetRxAgcStatus
, (int channel, bool& enabled,
Completed in 1963 milliseconds