Home
last modified time | relevance | path

Searched refs:voice_engine_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_initialization_fixture.cc16 : voice_engine_(webrtc::VoiceEngine::Create()) { in BeforeInitializationFixture()
17 EXPECT_TRUE(voice_engine_ != NULL); in BeforeInitializationFixture()
19 voe_base_ = webrtc::VoEBase::GetInterface(voice_engine_); in BeforeInitializationFixture()
20 voe_codec_ = webrtc::VoECodec::GetInterface(voice_engine_); in BeforeInitializationFixture()
21 voe_volume_control_ = webrtc::VoEVolumeControl::GetInterface(voice_engine_); in BeforeInitializationFixture()
22 voe_dtmf_ = webrtc::VoEDtmf::GetInterface(voice_engine_); in BeforeInitializationFixture()
23 voe_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(voice_engine_); in BeforeInitializationFixture()
24 voe_apm_ = webrtc::VoEAudioProcessing::GetInterface(voice_engine_); in BeforeInitializationFixture()
25 voe_network_ = webrtc::VoENetwork::GetInterface(voice_engine_); in BeforeInitializationFixture()
26 voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_); in BeforeInitializationFixture()
[all …]
Dbefore_initialization_fixture.h57 webrtc::VoiceEngine* voice_engine_; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc96 voice_engine_(NULL), in VoETestManager()
120 voice_engine_ = VoiceEngine::Create(); in Init()
121 if (!voice_engine_) { in Init()
130 if (voice_engine_) { in GetInterfaces()
131 voe_base_ = VoEBase::GetInterface(voice_engine_); in GetInterfaces()
132 voe_codec_ = VoECodec::GetInterface(voice_engine_); in GetInterfaces()
133 voe_volume_control_ = VoEVolumeControl::GetInterface(voice_engine_); in GetInterfaces()
134 voe_dtmf_ = VoEDtmf::GetInterface(voice_engine_); in GetInterfaces()
135 voe_rtp_rtcp_ = VoERTP_RTCP::GetInterface(voice_engine_); in GetInterfaces()
136 voe_apm_ = VoEAudioProcessing::GetInterface(voice_engine_); in GetInterfaces()
[all …]
Dvoe_standard_test.h135 return voice_engine_; in VoiceEnginePtr()
185 VoiceEngine* voice_engine_; variable
/external/webrtc/webrtc/audio/
Daudio_send_stream_unittest.cc63 EXPECT_CALL(voice_engine_, in ConfigHelper()
65 EXPECT_CALL(voice_engine_, in ConfigHelper()
68 config.voice_engine = &voice_engine_; in ConfigHelper()
71 EXPECT_CALL(voice_engine_, ChannelProxyFactory(kChannelId)) in ConfigHelper()
141 EXPECT_CALL(voice_engine_, GetSendCodec(kChannelId, _)) in SetupMockForGetStats()
143 EXPECT_CALL(voice_engine_, GetSpeechInputLevelFullRange(_)) in SetupMockForGetStats()
145 EXPECT_CALL(voice_engine_, GetEcMetricsStatus(_)) in SetupMockForGetStats()
147 EXPECT_CALL(voice_engine_, GetEchoMetrics(_, _, _, _)) in SetupMockForGetStats()
151 EXPECT_CALL(voice_engine_, GetEcDelayMetrics(_, _, _)) in SetupMockForGetStats()
157 testing::StrictMock<MockVoiceEngine> voice_engine_; member
Daudio_state_unittest.cc23 EXPECT_CALL(voice_engine_, in ConfigHelper()
25 EXPECT_CALL(voice_engine_, in ConfigHelper()
27 config_.voice_engine = &voice_engine_; in ConfigHelper()
30 MockVoiceEngine& voice_engine() { return voice_engine_; } in voice_engine()
33 testing::StrictMock<MockVoiceEngine> voice_engine_; member
Daudio_receive_stream_unittest.cc74 EXPECT_CALL(voice_engine_, in ConfigHelper()
76 EXPECT_CALL(voice_engine_, in ConfigHelper()
79 config.voice_engine = &voice_engine_; in ConfigHelper()
82 EXPECT_CALL(voice_engine_, ChannelProxyFactory(kChannelId)) in ConfigHelper()
120 MockVoiceEngine& voice_engine() { return voice_engine_; } in voice_engine()
146 EXPECT_CALL(voice_engine_, GetRecCodec(kChannelId, _)) in SetupMockForGetStats()
158 testing::StrictMock<MockVoiceEngine> voice_engine_; member
/external/webrtc/webrtc/call/
Dcall_unittest.cc24 audio_state_config.voice_engine = &voice_engine_; in CallHelper()
33 testing::NiceMock<webrtc::test::MockVoiceEngine> voice_engine_; member
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2_unittest.cc158 WebRtcVoiceEngine voice_engine_; member in cricket::WebRtcVideoEngine2Test