webrtc/rtc_tools/event_log_visualizer
Bjorn Terelius 6c373cccbb Add support for audio in latency visualization.
The RTC event log analyzer would previously only plot network latency
for incoming video streams. (The latency is computed from the capture
time in the RTP header, and the packet receive time.) This CL adds
support for audio packets, which requires estimating the RTP clock
frequency for the incoming packets.

Bug: None
Change-Id: Idf1ff9febfdd4097976b22a61f1c5679deb6068c
Reviewed-on: https://webrtc-review.googlesource.com/c/108784
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25580}
2018-11-09 13:10:57 +00:00
..
analyzer.cc Add support for audio in latency visualization. 2018-11-09 13:10:57 +00:00
analyzer.h Add support for audio in latency visualization. 2018-11-09 13:10:57 +00:00
chart.proto Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
main.cc Add support for audio in latency visualization. 2018-11-09 13:10:57 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_base.cc Add support for visualizing event logs without normalizing time. 2018-05-25 08:07:14 +00:00
plot_base.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
plot_protobuf.cc Allow printing graphs as protobuf in event_log_visualizer. 2018-09-11 09:53:12 +00:00
plot_protobuf.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
plot_python.cc Add support for visualizing event logs without normalizing time. 2018-05-25 08:07:14 +00:00
plot_python.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
triage_notifications.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00