Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: webrtc/api/statstypes.cc

Issue 1866983002: Add AEC filter divergence metric to StatsCollector. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« webrtc/api/statstypes.h ('K') | « webrtc/api/statstypes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statstypes.cc
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
index feeead43745b19ae7b2245b5576faa8aa409d18e..e4f8b1738afb94a57d92888e7b3eed542a4fb463 100644
--- a/webrtc/api/statstypes.cc
+++ b/webrtc/api/statstypes.cc
@@ -371,6 +371,8 @@ const char* StatsReport::Value::display_name() const {
return "bytesSent";
case kStatsValueNamePacketsSent:
return "packetsSent";
+ case kStatsValueNameAecDivergentFilterFraction:
tommi 2016/04/07 13:37:02 looks like we've regressed from the alphabetic ord
minyue-webrtc 2016/04/07 14:29:40 Done.
+ return "aecDivergentFilterFraction";
case kStatsValueNameBytesReceived:
return "bytesReceived";
case kStatsValueNameLabel:
« webrtc/api/statstypes.h ('K') | « webrtc/api/statstypes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698