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

Side by Side Diff: media/media.gyp

Issue 259453003: Introduce AudioDiscardHelper. Refactor audio decoders to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix x64 type. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « media/filters/opus_audio_decoder.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'base/audio_buffer_queue.h', 212 'base/audio_buffer_queue.h',
213 'base/audio_capturer_source.h', 213 'base/audio_capturer_source.h',
214 'base/audio_buffer_converter.cc', 214 'base/audio_buffer_converter.cc',
215 'base/audio_buffer_converter.h', 215 'base/audio_buffer_converter.h',
216 'base/audio_converter.cc', 216 'base/audio_converter.cc',
217 'base/audio_converter.h', 217 'base/audio_converter.h',
218 'base/audio_decoder.cc', 218 'base/audio_decoder.cc',
219 'base/audio_decoder.h', 219 'base/audio_decoder.h',
220 'base/audio_decoder_config.cc', 220 'base/audio_decoder_config.cc',
221 'base/audio_decoder_config.h', 221 'base/audio_decoder_config.h',
222 'base/audio_discard_helper.cc',
223 'base/audio_discard_helper.h',
222 'base/audio_fifo.cc', 224 'base/audio_fifo.cc',
223 'base/audio_fifo.h', 225 'base/audio_fifo.h',
224 'base/audio_hardware_config.cc', 226 'base/audio_hardware_config.cc',
225 'base/audio_hardware_config.h', 227 'base/audio_hardware_config.h',
226 'base/audio_hash.cc', 228 'base/audio_hash.cc',
227 'base/audio_hash.h', 229 'base/audio_hash.h',
228 'base/audio_pull_fifo.cc', 230 'base/audio_pull_fifo.cc',
229 'base/audio_pull_fifo.h', 231 'base/audio_pull_fifo.h',
230 'base/audio_renderer.cc', 232 'base/audio_renderer.cc',
231 'base/audio_renderer.h', 233 'base/audio_renderer.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'audio/win/audio_output_win_unittest.cc', 965 'audio/win/audio_output_win_unittest.cc',
964 'audio/win/core_audio_util_win_unittest.cc', 966 'audio/win/core_audio_util_win_unittest.cc',
965 'base/android/media_codec_bridge_unittest.cc', 967 'base/android/media_codec_bridge_unittest.cc',
966 'base/android/media_drm_bridge_unittest.cc', 968 'base/android/media_drm_bridge_unittest.cc',
967 'base/android/media_source_player_unittest.cc', 969 'base/android/media_source_player_unittest.cc',
968 'base/audio_buffer_converter_unittest.cc', 970 'base/audio_buffer_converter_unittest.cc',
969 'base/audio_buffer_unittest.cc', 971 'base/audio_buffer_unittest.cc',
970 'base/audio_buffer_queue_unittest.cc', 972 'base/audio_buffer_queue_unittest.cc',
971 'base/audio_bus_unittest.cc', 973 'base/audio_bus_unittest.cc',
972 'base/audio_converter_unittest.cc', 974 'base/audio_converter_unittest.cc',
975 'base/audio_discard_helper_unittest.cc',
973 'base/audio_fifo_unittest.cc', 976 'base/audio_fifo_unittest.cc',
974 'base/audio_hardware_config_unittest.cc', 977 'base/audio_hardware_config_unittest.cc',
975 'base/audio_hash_unittest.cc', 978 'base/audio_hash_unittest.cc',
976 'base/audio_pull_fifo_unittest.cc', 979 'base/audio_pull_fifo_unittest.cc',
977 'base/audio_renderer_mixer_input_unittest.cc', 980 'base/audio_renderer_mixer_input_unittest.cc',
978 'base/audio_renderer_mixer_unittest.cc', 981 'base/audio_renderer_mixer_unittest.cc',
979 'base/audio_splicer_unittest.cc', 982 'base/audio_splicer_unittest.cc',
980 'base/audio_timestamp_helper_unittest.cc', 983 'base/audio_timestamp_helper_unittest.cc',
981 'base/audio_video_metadata_extractor_unittest.cc', 984 'base/audio_video_metadata_extractor_unittest.cc',
982 'base/bind_to_current_loop_unittest.cc', 985 'base/bind_to_current_loop_unittest.cc',
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 ], 1692 ],
1690 }], 1693 }],
1691 ], 1694 ],
1692 }], 1695 }],
1693 ], 1696 ],
1694 }, 1697 },
1695 ], 1698 ],
1696 }], 1699 }],
1697 ], 1700 ],
1698 } 1701 }
OLDNEW
« no previous file with comments | « media/filters/opus_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698