|
Call OnSentPacket for all packets sent in the test framework.
Required a bit of refactoring to make it possible to pass a Call to DirectTransport on construction. This also lead to me having to remove the shared lock between PacketTransport and RtpRtcpObserver. Now RtpRtcpObserver has a SetTransports method instead of a SetReceivers method.
BUG= webrtc:4173
Committed: https://crrev.com/f116bd0d7a3cdad20bb638d5a87427bd920c8904
Cr-Commit-Position: refs/heads/master@{#10430}
Total comments: 30
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+401 lines, -454 lines) |
Patch |
 |
M |
webrtc/call/bitrate_estimator_tests.cc
|
View
|
1
|
6 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webrtc/call/call.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
2
3
4
|
16 chunks |
+51 lines, -50 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/call_test.h
|
View
|
1
2
3
4
|
6 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/call_test.cc
|
View
|
1
2
3
4
|
6 chunks |
+18 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/direct_transport.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/direct_transport.cc
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/layer_filtering_transport.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/layer_filtering_transport.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/rtp_rtcp_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+72 lines, -123 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/end_to_end_tests.cc
|
View
|
1
2
3
4
|
49 chunks |
+99 lines, -101 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/rampup_tests.h
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/rampup_tests.cc
|
View
|
1
2
3
4
|
5 chunks |
+30 lines, -24 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_quality_test.cc
|
View
|
1
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
1
2
3
4
|
43 chunks |
+71 lines, -87 lines |
0 comments
|
Download
|
Total messages: 27 (11 generated)
|