webrtc/rtc_tools/event_log_visualizer
Erik Språng 30a276b5d7 Add RTP sequence number to TransportFeedbackObserver::AddPacket()
With this change, both the normal RTP and the transport-wide sequence
numbers are propagated with with AddPacket() call via a new
RtpPacketSendInfo struct, replacing the previous set of parameters.

The intent with this is that SendTimeHistory can hold a mapping from
transport-wide to rtp sequence numbers, and then via callbacks let the
RTP modules know when packets have been received by the remote end.

Bug: webrtc:8975
Change-Id: I6a24fc6282cbb041393752d39593c2867b242192
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133021
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27708}
2019-04-23 11:02:56 +00:00
..
proto Move chart proto for event_log_visualizer. 2018-12-11 12:21:43 +00:00
analyzer.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
analyzer.h Add log based GoogCC simulation to visualizer. 2019-03-13 09:39:14 +00:00
log_simulation.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
log_simulation.h Add log based GoogCC simulation to visualizer. 2019-03-13 09:39:14 +00:00
main.cc Add flag to enable shared x-axis for local event log visualization. 2019-04-12 09:12:46 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_base.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
plot_base.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
plot_protobuf.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
plot_protobuf.h Move chart proto for event_log_visualizer. 2018-12-11 12:21:43 +00:00
plot_python.cc Add flag to enable shared x-axis for local event log visualization. 2019-04-12 09:12:46 +00:00
plot_python.h Add flag to enable shared x-axis for local event log visualization. 2019-04-12 09:12:46 +00:00
triage_notifications.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00