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

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

Issue 1969403007: FrameBuffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Unittest fix and feedback fixes. Created 4 years, 7 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 14 matching lines...) Expand all
25 'include/video_coding.h', 25 'include/video_coding.h',
26 'include/video_coding_defines.h', 26 'include/video_coding_defines.h',
27 27
28 # headers 28 # headers
29 'codec_database.h', 29 'codec_database.h',
30 'codec_timer.h', 30 'codec_timer.h',
31 'decoding_state.h', 31 'decoding_state.h',
32 'encoded_frame.h', 32 'encoded_frame.h',
33 'fec_tables_xor.h', 33 'fec_tables_xor.h',
34 'frame_buffer.h', 34 'frame_buffer.h',
35 'frame_buffer2.h',
35 'frame_object.h', 36 'frame_object.h',
36 'generic_decoder.h', 37 'generic_decoder.h',
37 'generic_encoder.h', 38 'generic_encoder.h',
38 'histogram.h', 39 'histogram.h',
39 'inter_frame_delay.h', 40 'inter_frame_delay.h',
40 'internal_defines.h', 41 'internal_defines.h',
41 'jitter_buffer.h', 42 'jitter_buffer.h',
42 'jitter_buffer_common.h', 43 'jitter_buffer_common.h',
43 'jitter_estimator.h', 44 'jitter_estimator.h',
44 'media_opt_util.h', 45 'media_opt_util.h',
45 'media_optimization.h', 46 'media_optimization.h',
46 'nack_fec_tables.h', 47 'nack_fec_tables.h',
47 'nack_module.h', 48 'nack_module.h',
48 'packet.h', 49 'packet.h',
49 'packet_buffer.h', 50 'packet_buffer.h',
50 'percentile_filter.h', 51 'percentile_filter.h',
51 'receiver.h', 52 'receiver.h',
52 'rtt_filter.h', 53 'rtt_filter.h',
53 'session_info.h', 54 'session_info.h',
54 'timestamp_map.h', 55 'timestamp_map.h',
55 'timing.h', 56 'timing.h',
56 'video_coding_impl.h', 57 'video_coding_impl.h',
57 58
58 # sources 59 # sources
59 'codec_database.cc', 60 'codec_database.cc',
60 'codec_timer.cc', 61 'codec_timer.cc',
61 'decoding_state.cc', 62 'decoding_state.cc',
62 'encoded_frame.cc', 63 'encoded_frame.cc',
63 'frame_buffer.cc', 64 'frame_buffer.cc',
65 'frame_buffer2.cc',
64 'frame_object.cc', 66 'frame_object.cc',
65 'generic_decoder.cc', 67 'generic_decoder.cc',
66 'generic_encoder.cc', 68 'generic_encoder.cc',
67 'inter_frame_delay.cc', 69 'inter_frame_delay.cc',
68 'histogram.cc', 70 'histogram.cc',
69 'jitter_buffer.cc', 71 'jitter_buffer.cc',
70 'jitter_estimator.cc', 72 'jitter_estimator.cc',
71 'media_opt_util.cc', 73 'media_opt_util.cc',
72 'media_optimization.cc', 74 'media_optimization.cc',
73 'nack_module.cc', 75 'nack_module.cc',
74 'packet.cc', 76 'packet.cc',
75 'packet_buffer.cc', 77 'packet_buffer.cc',
76 'percentile_filter.cc', 78 'percentile_filter.cc',
77 'receiver.cc', 79 'receiver.cc',
78 'rtt_filter.cc', 80 'rtt_filter.cc',
79 'session_info.cc', 81 'session_info.cc',
80 'timestamp_map.cc', 82 'timestamp_map.cc',
81 'timing.cc', 83 'timing.cc',
82 'video_coding_impl.cc', 84 'video_coding_impl.cc',
83 'video_sender.cc', 85 'video_sender.cc',
84 'video_receiver.cc', 86 'video_receiver.cc',
85 ], # source 87 ], # source
86 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 88 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
87 'msvs_disabled_warnings': [ 4267, ], 89 'msvs_disabled_warnings': [ 4267, ],
88 }, 90 },
89 ], 91 ],
90 } 92 }
OLDNEW
« webrtc/modules/video_coding/frame_buffer2_unittest.cc ('K') | « webrtc/modules/video_coding/timing.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698