HomeSort by relevance Sort by last modified time
    Searched full:voice_engine (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 19 #include "webrtc/voice_engine/include/voe_audio_processing.h"
20 #include "webrtc/voice_engine/include/voe_base.h"
21 #include "webrtc/voice_engine/include/voe_codec.h"
22 #include "webrtc/voice_engine/include/voe_dtmf.h"
23 #include "webrtc/voice_engine/include/voe_errors.h"
24 #include "webrtc/voice_engine/include/voe_external_media.h"
25 #include "webrtc/voice_engine/include/voe_file.h"
26 #include "webrtc/voice_engine/include/voe_hardware.h"
27 #include "webrtc/voice_engine/include/voe_neteq_stats.h"
28 #include "webrtc/voice_engine/include/voe_network.h
    [all...]
after_streaming_fixture.cc 11 #include "webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.h"
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.h 17 #include "webrtc/voice_engine/voe_base_impl.h"
20 #include "webrtc/voice_engine/voe_audio_processing_impl.h"
23 #include "webrtc/voice_engine/voe_codec_impl.h"
26 #include "webrtc/voice_engine/voe_dtmf_impl.h"
29 #include "webrtc/voice_engine/voe_external_media_impl.h"
32 #include "webrtc/voice_engine/voe_file_impl.h"
35 #include "webrtc/voice_engine/voe_hardware_impl.h"
38 #include "webrtc/voice_engine/voe_neteq_stats_impl.h"
40 #include "webrtc/voice_engine/voe_network_impl.h"
42 #include "webrtc/voice_engine/voe_rtp_rtcp_impl.h
    [all...]
voice_engine_fixture.h 14 #include "webrtc/voice_engine/include/voe_base.h"
15 #include "webrtc/voice_engine/include/voe_network.h"
16 #include "webrtc/voice_engine/mock/mock_voe_observer.h"
voe_external_media_impl.h 14 #include "webrtc/voice_engine/include/voe_external_media.h"
16 #include "webrtc/voice_engine/shared_data.h"
voe_neteq_stats_impl.h 14 #include "webrtc/voice_engine/include/voe_neteq_stats.h"
17 #include "webrtc/voice_engine/shared_data.h"
voe_base_unittest.cc 11 #include "webrtc/voice_engine/include/voe_base.h"
15 #include "webrtc/voice_engine/channel_manager.h"
16 #include "webrtc/voice_engine/shared_data.h"
17 #include "webrtc/voice_engine/voice_engine_fixture.h"
18 #include "webrtc/voice_engine/voice_engine_impl.h"
shared_data.h 18 #include "webrtc/voice_engine/channel_manager.h"
19 #include "webrtc/voice_engine/statistics.h"
20 #include "webrtc/voice_engine/voice_engine_defines.h"
channel_unittest.cc 12 #include "webrtc/voice_engine/channel.h"
shared_data.cc 11 #include "webrtc/voice_engine/shared_data.h"
16 #include "webrtc/voice_engine/channel.h"
17 #include "webrtc/voice_engine/output_mixer.h"
18 #include "webrtc/voice_engine/transmit_mixer.h"
voe_neteq_stats_impl.cc 11 #include "webrtc/voice_engine/voe_neteq_stats_impl.h"
16 #include "webrtc/voice_engine/channel.h"
17 #include "webrtc/voice_engine/include/voe_errors.h"
18 #include "webrtc/voice_engine/voice_engine_impl.h"
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 18 #include "webrtc/voice_engine/include/voe_audio_processing.h"
19 #include "webrtc/voice_engine/include/voe_base.h"
20 #include "webrtc/voice_engine/include/voe_dtmf.h"
21 #include "webrtc/voice_engine/include/voe_errors.h"
22 #include "webrtc/voice_engine/include/voe_file.h"
23 #include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
24 #include "webrtc/voice_engine/test/auto_test/resource_manager.h"
25 #include "webrtc/voice_engine/test/auto_test/voe_test_common.h"
26 #include "webrtc/voice_engine/test/auto_test/voe_test_interface.h"
28 #include "webrtc/voice_engine/include/voe_codec.h
    [all...]
resource_manager.cc 11 #include "webrtc/voice_engine/test/auto_test/resource_manager.h"
25 resource_path + "data/voice_engine/" + filename;
voe_cpu_test.h 14 #include "webrtc/voice_engine/test/auto_test/voe_standard_test.h"
  /external/webrtc/webrtc/audio/
webrtc_audio.gypi 13 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
audio_state_unittest.cc 27 config_.voice_engine = &voice_engine_;
30 MockVoiceEngine& voice_engine() { return voice_engine_; } function in struct:webrtc::test::__anon26725::ConfigHelper
55 EXPECT_EQ(audio_state->voice_engine(), &helper.voice_engine());
audio_receive_stream.cc 24 #include "webrtc/voice_engine/channel_proxy.h"
25 #include "webrtc/voice_engine/include/voe_base.h"
26 #include "webrtc/voice_engine/include/voe_codec.h"
27 #include "webrtc/voice_engine/include/voe_neteq_stats.h"
28 #include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
29 #include "webrtc/voice_engine/include/voe_video_sync.h"
30 #include "webrtc/voice_engine/include/voe_volume_control.h"
31 #include "webrtc/voice_engine/voice_engine_impl.h"
96 VoiceEngineImpl* voe_impl = static_cast<VoiceEngineImpl*>(voice_engine());
194 ScopedVoEInterface<VoECodec> codec(voice_engine());
248 VoiceEngine* AudioReceiveStream::voice_engine() const { function in class:webrtc::internal::AudioReceiveStream
251 VoiceEngine* voice_engine = audio_state->voice_engine(); local
    [all...]
audio_send_stream.cc 23 #include "webrtc/voice_engine/channel_proxy.h"
24 #include "webrtc/voice_engine/include/voe_audio_processing.h"
25 #include "webrtc/voice_engine/include/voe_codec.h"
26 #include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
27 #include "webrtc/voice_engine/include/voe_volume_control.h"
28 #include "webrtc/voice_engine/voice_engine_impl.h"
69 VoiceEngineImpl* voe_impl = static_cast<VoiceEngineImpl*>(voice_engine());
129 ScopedVoEInterface<VoEAudioProcessing> processing(voice_engine());
130 ScopedVoEInterface<VoECodec> codec(voice_engine());
131 ScopedVoEInterface<VoEVolumeControl> volume(voice_engine());
213 VoiceEngine* AudioSendStream::voice_engine() const { function in class:webrtc::internal::AudioSendStream
216 VoiceEngine* voice_engine = audio_state->voice_engine(); local
    [all...]
audio_state.cc 16 #include "webrtc/voice_engine/include/voe_errors.h"
22 : config_(config), voe_base_(config.voice_engine) {
33 VoiceEngine* AudioState::voice_engine() { function in class:webrtc::internal::AudioState
35 return config_.voice_engine;
  /external/webrtc/webrtc/build/
merge_libs_voice.gyp 21 '../voice_engine/voice_engine.gyp:voice_engine'
merge_voice_libs.gyp 16 '../voice_engine/voice_engine.gyp:voice_engine',
  /external/webrtc/webrtc/tools/
tools.gyp 93 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
121 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
144 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
  /external/webrtc/webrtc/tools/force_mic_volume_max/
force_mic_volume_max.cc 17 #include "webrtc/voice_engine/include/voe_audio_processing.h"
18 #include "webrtc/voice_engine/include/voe_base.h"
19 #include "webrtc/voice_engine/include/voe_volume_control.h"
  /external/webrtc/webrtc/video/
webrtc_video.gypi 23 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
  /external/webrtc/webrtc/test/
call_test.cc 16 #include "webrtc/voice_engine/include/voe_base.h"
17 #include "webrtc/voice_engine/include/voe_codec.h"
18 #include "webrtc/voice_engine/include/voe_network.h"
50 audio_state_config.voice_engine = voe_send_.voice_engine;
58 audio_state_config.voice_engine = voe_recv_.voice_engine;
248 clock_, test::ResourcePath("voice_engine/audio_long16", "pcm")));
250 clock_, test::ResourcePath("voice_engine/audio_long16", "pcm")));
296 voe_send_.voice_engine = VoiceEngine::Create()
    [all...]

Completed in 130 milliseconds

1 2 3 4 5 6 7