|
Add RemoteEstimatorProxy for capturing receive times
For use when send-side bandwidth estimation is enabled.
Receive times need to be captured, buffered and then sent using
TransportFeedback RTCP messaged back to the send side.
BUG= webrtc:4173
Committed: https://crrev.com/233bd87d45bbeeec50d7687e7d98c1cfc7f65562
Cr-Commit-Position: refs/heads/master@{#9898}
Total comments: 32
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+580 lines, -0 lines) |
Patch |
 |
M |
webrtc/modules/modules.gyp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/pacing/include/packet_router.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/pacing/packet_router.cc
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+162 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc
|
View
|
2
3
4
|
1 chunk |
+272 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
View
|
1
2
3
4
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 25 (9 generated)
|