|
Moving/renaming webrtc/common.h.
This file defines webrtc::Config which was mostly used by modules/audio_processing. The files webrtc/common.h, webrtc/common.cc and webrtc/test/common_unittests.cc are moved to modules/audio_processing and the few remaining uses of webrtc::Config are replaced with simpler code.
- For NetEq and pacing configuration, a VoEBase::ChannelConfig is passed to VoEBase::CreateChannel().
- Removes the need for VoiceEngine::Create(const Config& config). No need to store the webrtc::Config in VoE shared state.
BUG= webrtc:5879
Committed: https://crrev.com/88499ecaca050be2dd21fff17140d6681c3bac95
Cr-Commit-Position: refs/heads/master@{#14109}
Total comments: 5
Total comments: 5
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+96 lines, -461 lines) |
Patch |
 |
M |
webrtc/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
webrtc/common.h
|
View
|
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
 |
D |
webrtc/common.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webrtc/common.gyp
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/common_types.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/config.h
|
View
|
1
|
2 chunks |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/fakewebrtcvoiceengine.h
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvoiceengine.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvoiceengine.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/APITest.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/APITest.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/PacketLossTest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/TestAllCodecs.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/TestRedFec.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/TestRedFec.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/delay_test.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/utility.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/test/utility.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/audio_processing.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
webrtc/modules/audio_processing/config_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/include/audio_processing.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
webrtc/modules/audio_processing/include/config.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
webrtc/modules/audio_processing/include/config.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/test/process_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/modules.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/test/call_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
D |
webrtc/test/common_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/mock_voice_engine.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/test.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/video_quality_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_stream_decoder.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/channel.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/channel.cc
|
View
|
1
2
3
4
|
5 chunks |
+6 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/channel_manager.h
|
View
|
1
2
3
4
5
|
5 chunks |
+4 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/channel_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/include/voe_base.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/shared_data.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/shared_data.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/voe_base_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/voe_base_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/voice_engine_impl.h
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/voice_engine/voice_engine_impl.cc
|
View
|
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
Total messages: 43 (22 generated)
|