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

Side by Side Diff: media/media.gyp

Issue 10702050: Add SincResampler ported from WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Zero-Initialize Arrays + Check Max Error. Created 8 years, 5 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
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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'base/message_loop_factory.cc', 180 'base/message_loop_factory.cc',
181 'base/message_loop_factory.h', 181 'base/message_loop_factory.h',
182 'base/pipeline.cc', 182 'base/pipeline.cc',
183 'base/pipeline.h', 183 'base/pipeline.h',
184 'base/pipeline_status.cc', 184 'base/pipeline_status.cc',
185 'base/pipeline_status.h', 185 'base/pipeline_status.h',
186 'base/ranges.cc', 186 'base/ranges.cc',
187 'base/ranges.h', 187 'base/ranges.h',
188 'base/seekable_buffer.cc', 188 'base/seekable_buffer.cc',
189 'base/seekable_buffer.h', 189 'base/seekable_buffer.h',
190 'base/sinc_resampler.cc',
191 'base/sinc_resampler.h',
190 'base/state_matrix.cc', 192 'base/state_matrix.cc',
191 'base/state_matrix.h', 193 'base/state_matrix.h',
192 'base/stream_parser.cc', 194 'base/stream_parser.cc',
193 'base/stream_parser.h', 195 'base/stream_parser.h',
194 'base/stream_parser_buffer.cc', 196 'base/stream_parser_buffer.cc',
195 'base/stream_parser_buffer.h', 197 'base/stream_parser_buffer.h',
196 'base/video_decoder.cc', 198 'base/video_decoder.cc',
197 'base/video_decoder.h', 199 'base/video_decoder.h',
198 'base/video_decoder_config.cc', 200 'base/video_decoder_config.cc',
199 'base/video_decoder_config.h', 201 'base/video_decoder_config.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'base/decoder_buffer_unittest.cc', 674 'base/decoder_buffer_unittest.cc',
673 'base/djb2_unittest.cc', 675 'base/djb2_unittest.cc',
674 'base/fake_audio_render_callback.cc', 676 'base/fake_audio_render_callback.cc',
675 'base/fake_audio_render_callback.h', 677 'base/fake_audio_render_callback.h',
676 'base/filter_collection_unittest.cc', 678 'base/filter_collection_unittest.cc',
677 'base/h264_bitstream_converter_unittest.cc', 679 'base/h264_bitstream_converter_unittest.cc',
678 'base/pipeline_unittest.cc', 680 'base/pipeline_unittest.cc',
679 'base/ranges_unittest.cc', 681 'base/ranges_unittest.cc',
680 'base/run_all_unittests.cc', 682 'base/run_all_unittests.cc',
681 'base/seekable_buffer_unittest.cc', 683 'base/seekable_buffer_unittest.cc',
684 'base/sinc_resampler_unittest.cc',
682 'base/state_matrix_unittest.cc', 685 'base/state_matrix_unittest.cc',
683 'base/test_data_util.cc', 686 'base/test_data_util.cc',
684 'base/test_data_util.h', 687 'base/test_data_util.h',
685 'base/video_frame_unittest.cc', 688 'base/video_frame_unittest.cc',
686 'base/video_util_unittest.cc', 689 'base/video_util_unittest.cc',
687 'base/yuv_convert_unittest.cc', 690 'base/yuv_convert_unittest.cc',
688 'crypto/aes_decryptor_unittest.cc', 691 'crypto/aes_decryptor_unittest.cc',
689 'ffmpeg/ffmpeg_common_unittest.cc', 692 'ffmpeg/ffmpeg_common_unittest.cc',
690 'filters/audio_renderer_algorithm_unittest.cc', 693 'filters/audio_renderer_algorithm_unittest.cc',
691 'filters/audio_renderer_impl_unittest.cc', 694 'filters/audio_renderer_impl_unittest.cc',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1099 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1097 ], 1100 ],
1098 'sources': [ 1101 'sources': [
1099 'tools/media_bench/media_bench.cc', 1102 'tools/media_bench/media_bench.cc',
1100 ], 1103 ],
1101 }, 1104 },
1102 ], 1105 ],
1103 }] 1106 }]
1104 ], 1107 ],
1105 } 1108 }
OLDNEW
« media/base/sinc_resampler_unittest.cc ('K') | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698