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

Side by Side Diff: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi

Issue 2380883003: Add interval estimator to remote bitrate estimator (Closed)
Patch Set: Simplify probing estimator. Created 4 years, 1 month 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 13 matching lines...) Expand all
24 'include/send_time_history.h', 24 'include/send_time_history.h',
25 'aimd_rate_control.cc', 25 'aimd_rate_control.cc',
26 'aimd_rate_control.h', 26 'aimd_rate_control.h',
27 'bwe_defines.cc', 27 'bwe_defines.cc',
28 'inter_arrival.cc', 28 'inter_arrival.cc',
29 'inter_arrival.h', 29 'inter_arrival.h',
30 'overuse_detector.cc', 30 'overuse_detector.cc',
31 'overuse_detector.h', 31 'overuse_detector.h',
32 'overuse_estimator.cc', 32 'overuse_estimator.cc',
33 'overuse_estimator.h', 33 'overuse_estimator.h',
34 'probing_interval_estimator.cc',
35 'probing_interval_estimator.h',
34 'remote_bitrate_estimator_abs_send_time.cc', 36 'remote_bitrate_estimator_abs_send_time.cc',
35 'remote_bitrate_estimator_abs_send_time.h', 37 'remote_bitrate_estimator_abs_send_time.h',
36 'remote_bitrate_estimator_single_stream.cc', 38 'remote_bitrate_estimator_single_stream.cc',
37 'remote_bitrate_estimator_single_stream.h', 39 'remote_bitrate_estimator_single_stream.h',
38 'remote_estimator_proxy.cc', 40 'remote_estimator_proxy.cc',
39 'remote_estimator_proxy.h', 41 'remote_estimator_proxy.h',
40 'send_time_history.cc', 42 'send_time_history.cc',
41 'test/bwe_test_logging.h', 43 'test/bwe_test_logging.h',
42 ], # source 44 ], # source
43 'conditions': [ 45 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ], 111 ],
110 }, 112 },
111 'sources': [ 113 'sources': [
112 'tools/bwe_rtp_play.cc', 114 'tools/bwe_rtp_play.cc',
113 ], # source 115 ], # source
114 }, 116 },
115 ], 117 ],
116 }], # include_tests==1 118 }], # include_tests==1
117 ], 119 ],
118 } 120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698