|
Delete a chain of methods in ViE, VoE and ACM
The end goal is to remove AcmReceiver::SetInitialDelay. This change is
in preparation for that goal. It turns out that
AcmReceiver::SetInitialDelay was only invoked through the following
call chain, where each method in the chain is never referenced from
anywhere else (except from tests in some cases):
ViEChannel::SetReceiverBufferingMode
-> ViESyncModule::SetTargetBufferingDelay
-> VoEVideoSync::SetInitialPlayoutDelay
-> Channel::SetInitialPlayoutDelay
-> AudioCodingModule::SetInitialPlayoutDelay
-> AcmReceiver::SetInitialDelay
The start of the chain, ViEChannel::SetReceiverBufferingMode was never
referenced.
This change deletes all the methods above except
AcmReceiver::SetInitialDelay itself, which will be handled in a
follow-up change.
BUG= webrtc:3520
Committed: https://crrev.com/74f0f3551ecd596dc0f83146d218887082528fa8
Cr-Commit-Position: refs/heads/master@{#10471}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1 line, -341 lines) |
Patch |
|
M |
webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/main/include/audio_coding_module.h
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/main/test/delay_test.cc
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
D |
webrtc/modules/audio_coding/main/test/initial_delay_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -175 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/main/test/insert_packet_with_timing.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/modules.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/test/fake_voice_engine.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video_engine/vie_channel.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video_engine/vie_channel.cc
|
View
|
|
2 chunks |
+0 lines, -28 lines |
0 comments
|
Download
|
|
M |
webrtc/video_engine/vie_sync_module.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/video_engine/vie_sync_module.cc
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/include/voe_video_sync.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/voe_video_sync_impl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/voe_video_sync_impl.cc
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
Total messages: 12 (5 generated)
|