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

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: Rename 'max decode time' to 'required decode time' Created 4 years, 9 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 02c9c6b32b199c8e2f8951ec326e42044860a077..82c272654cad3610af389905906424ab0c82863c 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -47,6 +47,7 @@
'nack_fec_tables.h',
'nack_module.h',
'packet.h',
+ 'percentile_filter.h',
'qm_select_data.h',
'qm_select.h',
'receiver.h',
@@ -74,6 +75,7 @@
'media_optimization.cc',
'nack_module.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_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698