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

Side by Side Diff: media/media.gyp

Issue 1854433002: Clamp AudioBuffer float to int{16,32} conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Have separate functions for rounding and non-rounding Created 4 years, 8 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
« no previous file with comments | « media/base/audio_sample_conversion.h ('k') | media/shared_memory_support.gypi » ('j') | 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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 'base/audio_bus_unittest.cc', 1134 'base/audio_bus_unittest.cc',
1135 'base/audio_converter_unittest.cc', 1135 'base/audio_converter_unittest.cc',
1136 'base/audio_discard_helper_unittest.cc', 1136 'base/audio_discard_helper_unittest.cc',
1137 'base/audio_fifo_unittest.cc', 1137 'base/audio_fifo_unittest.cc',
1138 'base/audio_hardware_config_unittest.cc', 1138 'base/audio_hardware_config_unittest.cc',
1139 'base/audio_hash_unittest.cc', 1139 'base/audio_hash_unittest.cc',
1140 'base/audio_pull_fifo_unittest.cc', 1140 'base/audio_pull_fifo_unittest.cc',
1141 'base/audio_push_fifo_unittest.cc', 1141 'base/audio_push_fifo_unittest.cc',
1142 'base/audio_renderer_mixer_input_unittest.cc', 1142 'base/audio_renderer_mixer_input_unittest.cc',
1143 'base/audio_renderer_mixer_unittest.cc', 1143 'base/audio_renderer_mixer_unittest.cc',
1144 'base/audio_sample_conversion.h',
1144 'base/audio_shifter_unittest.cc', 1145 'base/audio_shifter_unittest.cc',
1145 'base/audio_splicer_unittest.cc', 1146 'base/audio_splicer_unittest.cc',
1146 'base/audio_timestamp_helper_unittest.cc', 1147 'base/audio_timestamp_helper_unittest.cc',
1147 'base/audio_video_metadata_extractor_unittest.cc', 1148 'base/audio_video_metadata_extractor_unittest.cc',
1148 'base/bind_to_current_loop_unittest.cc', 1149 'base/bind_to_current_loop_unittest.cc',
1149 'base/bit_reader_unittest.cc', 1150 'base/bit_reader_unittest.cc',
1150 'base/callback_holder.h', 1151 'base/callback_holder.h',
1151 'base/callback_holder_unittest.cc', 1152 'base/callback_holder_unittest.cc',
1152 'base/channel_mixer_unittest.cc', 1153 'base/channel_mixer_unittest.cc',
1153 'base/channel_mixing_matrix_unittest.cc', 1154 'base/channel_mixing_matrix_unittest.cc',
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 'dependencies': [ 2069 'dependencies': [
2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2070 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2070 ], 2071 ],
2071 }], 2072 }],
2072 ], 2073 ],
2073 }, 2074 },
2074 ], 2075 ],
2075 }], 2076 }],
2076 ], 2077 ],
2077 } 2078 }
OLDNEW
« no previous file with comments | « media/base/audio_sample_conversion.h ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698