|
[Cast] RTT clean-up to the max!
Executing some very badly needed clean-up of code that handles passing
around round trip time measurements and managing stats. This change
removes a lot of dead code, addresses TODOs for minor things that were
dependent on this clean-up, and enhances RTCP unit testing.
BUG= 404813
Committed: https://crrev.com/d89ef69a19b9015bf503f5f5d68d163d2ecd05de
Cr-Commit-Position: refs/heads/master@{#293887}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+206 lines, -494 lines) |
Patch |
 |
M |
chrome/browser/media/cast_transport_host_filter.h
|
View
|
1
2
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/cast_transport_host_filter.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/common/cast_messages.h
|
View
|
1
2
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_ipc_dispatcher.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_ipc_dispatcher.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_transport_sender_ipc.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_transport_sender_ipc.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_defines.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/net/cast_transport_sender_impl.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtcp/rtcp.h
|
View
|
1
2
|
4 chunks |
+9 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtcp/rtcp.cc
|
View
|
1
2
|
7 chunks |
+24 lines, -56 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtcp/rtcp_defines.h
|
View
|
|
1 chunk |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtcp/rtcp_defines.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtcp/rtcp_unittest.cc
|
View
|
|
6 chunks |
+137 lines, -314 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_sender.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/frame_sender.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/frame_sender.cc
|
View
|
1
2
3
|
5 chunks |
+9 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|