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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 27 matching lines...) Expand all
38 'generic_encoder.h', 38 'generic_encoder.h',
39 'inter_frame_delay.h', 39 'inter_frame_delay.h',
40 'internal_defines.h', 40 'internal_defines.h',
41 'jitter_buffer.h', 41 'jitter_buffer.h',
42 'jitter_buffer_common.h', 42 'jitter_buffer_common.h',
43 'jitter_estimator.h', 43 'jitter_estimator.h',
44 'media_opt_util.h', 44 'media_opt_util.h',
45 'media_optimization.h', 45 'media_optimization.h',
46 'nack_fec_tables.h', 46 'nack_fec_tables.h',
47 'packet.h', 47 'packet.h',
48 'percentile_filter.h',
48 'qm_select_data.h', 49 'qm_select_data.h',
49 'qm_select.h', 50 'qm_select.h',
50 'receiver.h', 51 'receiver.h',
51 'rtt_filter.h', 52 'rtt_filter.h',
52 'session_info.h', 53 'session_info.h',
53 'timestamp_map.h', 54 'timestamp_map.h',
54 'timing.h', 55 'timing.h',
55 'video_coding_impl.h', 56 'video_coding_impl.h',
56 57
57 # sources 58 # sources
58 'bitrate_adjuster.cc', 59 'bitrate_adjuster.cc',
59 'codec_database.cc', 60 'codec_database.cc',
60 'codec_timer.cc', 61 'codec_timer.cc',
61 'content_metrics_processing.cc', 62 'content_metrics_processing.cc',
62 'decoding_state.cc', 63 'decoding_state.cc',
63 'encoded_frame.cc', 64 'encoded_frame.cc',
64 'frame_buffer.cc', 65 'frame_buffer.cc',
65 'generic_decoder.cc', 66 'generic_decoder.cc',
66 'generic_encoder.cc', 67 'generic_encoder.cc',
67 'inter_frame_delay.cc', 68 'inter_frame_delay.cc',
68 'jitter_buffer.cc', 69 'jitter_buffer.cc',
69 'jitter_estimator.cc', 70 'jitter_estimator.cc',
70 'media_opt_util.cc', 71 'media_opt_util.cc',
71 'media_optimization.cc', 72 'media_optimization.cc',
72 'packet.cc', 73 'packet.cc',
74 'percentile_filter.cc',
73 'qm_select.cc', 75 'qm_select.cc',
74 'receiver.cc', 76 'receiver.cc',
75 'rtt_filter.cc', 77 'rtt_filter.cc',
76 'session_info.cc', 78 'session_info.cc',
77 'timestamp_map.cc', 79 'timestamp_map.cc',
78 'timing.cc', 80 'timing.cc',
79 'video_coding_impl.cc', 81 'video_coding_impl.cc',
80 'video_sender.cc', 82 'video_sender.cc',
81 'video_receiver.cc', 83 'video_receiver.cc',
82 ], # source 84 ], # source
83 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 85 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
84 'msvs_disabled_warnings': [ 4267, ], 86 'msvs_disabled_warnings': [ 4267, ],
85 }, 87 },
86 ], 88 ],
87 } 89 }
OLDNEW
« 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