webrtc/test/pc/e2e
Mirko Bonadei cfefa0aef3 Revert "Record audio/video bytes sent in analyzer stream stats."
This reverts commit d978cb43c2.

Reason for revert: It breaks perf tests: https://ci.chromium.org/p/webrtc/builders/perf/Perf%20Android32%20(L%20Nexus4)/1561

Original change's description:
> Record audio/video bytes sent in analyzer stream stats.
> 
> For each SSRC report, record the number of bytes sent for that stream
> and expose them in analyzer stats.  These numbers can be used to
> determine useful metrics such as total media throughput (by adding the
> bytes sent for all streams) and overhead (by subtracting that amount
> from the total bytes sent to the network).
> 
> Bug: webrtc:9719
> Change-Id: I977bbd40acdd0a1ec64763ddd55a642b9a50f309
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146240
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Artem Titov <titovartem@webrtc.org>
> Commit-Queue: Bjorn Mellem <mellem@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#28637}

TBR=mbonadei@webrtc.org,mellem@webrtc.org,titovartem@webrtc.org

Change-Id: I3e46307dd6ef121b9377b93fc8d9fa788245ea5f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9719
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146605
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28646}
2019-07-23 13:24:42 +00:00
..
analyzer Revert "Record audio/video bytes sent in analyzer stream stats." 2019-07-23 13:24:42 +00:00
sdp Migrate some Vp8 simulcast and screen share tests on PC framework 2019-07-22 09:38:26 +00:00
analyzer_helper.cc Format almost everything. 2019-07-08 13:45:15 +00:00
analyzer_helper.h Implement DefaultAudioQualityAnalyzer. 2019-04-07 14:32:33 +00:00
BUILD.gn Migrate some Vp8 simulcast and screen share tests on PC framework 2019-07-22 09:38:26 +00:00
network_quality_metrics_reporter.cc Add support for simulcast with Vp8 from caller into PC level quality tests. 2019-06-13 17:27:09 +00:00
network_quality_metrics_reporter.h Introduce QualityMetricsReporter and implement network stats gathering 2019-04-25 09:36:50 +00:00
peer_connection_e2e_smoke_test.cc Add support of negotiating Vp9 SVC in PC test framework. 2019-07-19 10:01:43 +00:00
peer_connection_quality_test_params.h in test/pc/e2e pass TaskQueueFactory explicitly 2019-06-11 08:48:56 +00:00
peer_connection_quality_test.cc Migrate some Vp8 simulcast and screen share tests on PC framework 2019-07-22 09:38:26 +00:00
peer_connection_quality_test.h Add support of negotiating Vp9 SVC in PC test framework. 2019-07-19 10:01:43 +00:00
stats_poller.cc Move PC e2e test framework into its own namespace 2019-03-20 11:12:59 +00:00
stats_poller.h Move API for PC e2e test framework to the public API folder 2019-03-22 16:52:16 +00:00
test_peer.cc Add support of specifying audio sample rate for PC test framework 2019-07-09 11:36:00 +00:00
test_peer.h Add support of specifying audio sample rate for PC test framework 2019-07-09 11:36:00 +00:00