|
Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side.
In addition to this the ramp-up tests are refactored to use a receive call instead of only a remote bitrate estimator, and to make use of BaseTest.
BUG= webrtc:4836
Committed: https://crrev.com/4fbd145dcefd23169a9b1612d5ca92dace8196d6
Cr-Commit-Position: refs/heads/master@{#10087}
Total comments: 26
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+462 lines, -646 lines) |
Patch |
 |
M |
webrtc/call/call.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -15 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc
|
View
|
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
View
|
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/rtp_rtcp_observer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/rampup_tests.h
|
View
|
1
2
3
4
5
|
1 chunk |
+72 lines, -108 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/rampup_tests.cc
|
View
|
1
2
3
4
|
4 chunks |
+293 lines, -454 lines |
0 comments
|
Download
|
 |
M |
webrtc/video_engine/vie_channel_group.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/video_engine/vie_channel_group.cc
|
View
|
1
|
6 chunks |
+32 lines, -13 lines |
0 comments
|
Download
|
Total messages: 26 (11 generated)
|