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

Unified Diff: webrtc/modules/video_coding/video_coding.gypi

Issue 1742323002: VCMCodecTimer: Change filter from max to 95th percentile (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressing philipel@s comments Created 4 years, 10 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
Index: webrtc/modules/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 94028a9a8bfc5ac54fd0afe9f82e2f06c99c9eac..140de80e6ebc0b3486de822dd08c63eed95a6e4b 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -45,6 +45,7 @@
'media_optimization.h',
'nack_fec_tables.h',
'packet.h',
+ 'percentile_filter.h',
'qm_select_data.h',
'qm_select.h',
'receiver.h',
@@ -70,6 +71,7 @@
'media_opt_util.cc',
'media_optimization.cc',
'packet.cc',
+ 'percentile_filter.cc',
'qm_select.cc',
'receiver.cc',
'rtt_filter.cc',
« webrtc/modules/video_coding/timing.cc ('K') | « webrtc/modules/video_coding/timing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698