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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 2342443005: Moved Opus-specific payload splitting into AudioDecoderOpus. (Closed)
Patch Set: Some small fixes. Created 4 years, 3 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 'variables': { 10 'variables': {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'neteq_impl.h', 106 'neteq_impl.h',
107 'neteq.cc', 107 'neteq.cc',
108 'statistics_calculator.cc', 108 'statistics_calculator.cc',
109 'statistics_calculator.h', 109 'statistics_calculator.h',
110 'normal.cc', 110 'normal.cc',
111 'normal.h', 111 'normal.h',
112 'packet.cc', 112 'packet.cc',
113 'packet.h', 113 'packet.h',
114 'packet_buffer.cc', 114 'packet_buffer.cc',
115 'packet_buffer.h', 115 'packet_buffer.h',
116 'payload_splitter.cc', 116 'red_payload_splitter.cc',
117 'payload_splitter.h', 117 'red_payload_splitter.h',
118 'post_decode_vad.cc', 118 'post_decode_vad.cc',
119 'post_decode_vad.h', 119 'post_decode_vad.h',
120 'preemptive_expand.cc', 120 'preemptive_expand.cc',
121 'preemptive_expand.h', 121 'preemptive_expand.h',
122 'random_vector.cc', 122 'random_vector.cc',
123 'random_vector.h', 123 'random_vector.h',
124 'rtcp.cc', 124 'rtcp.cc',
125 'rtcp.h', 125 'rtcp.h',
126 'sync_buffer.cc', 126 'sync_buffer.cc',
127 'sync_buffer.h', 127 'sync_buffer.h',
128 'tick_timer.cc', 128 'tick_timer.cc',
129 'tick_timer.h', 129 'tick_timer.h',
130 'timestamp_scaler.cc', 130 'timestamp_scaler.cc',
131 'timestamp_scaler.h', 131 'timestamp_scaler.h',
132 'time_stretch.cc', 132 'time_stretch.cc',
133 'time_stretch.h', 133 'time_stretch.h',
134 ], 134 ],
135 }, 135 },
136 ], # targets 136 ], # targets
137 } 137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698