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

Issue 1231713002: Update audio code to use size_t more correctly, webrtc/common_audio/resampler/ (Closed)

Created:
5 years, 5 months ago by Peter Kasting
Modified:
5 years, 4 months ago
Reviewers:
Andrew MacDonald
CC:
aluebs-webrtc, Andrew MacDonald, bjornv1, tterriberry_mozilla.com, webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update audio code to use size_t more correctly, webrtc/common_audio/resampler/ portion. This is a piece of https://codereview.webrtc.org/1230503003 , split out to a separate change to make reviewing easier. BUG=chromium:81439 TEST=none

Patch Set 1 #

Patch Set 2 : Resync #

Total comments: 7

Patch Set 3 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -124 lines) Patch
M webrtc/common_audio/resampler/include/push_resampler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/include/resampler.h View 3 chunks +8 lines, -6 lines 0 comments Download
M webrtc/common_audio/resampler/push_resampler.cc View 4 chunks +17 lines, -12 lines 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler.h View 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler.cc View 5 chunks +12 lines, -11 lines 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc View 7 chunks +15 lines, -13 lines 0 comments Download
M webrtc/common_audio/resampler/resampler.cc View 20 chunks +22 lines, -22 lines 0 comments Download
M webrtc/common_audio/resampler/resampler_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler.h View 4 chunks +13 lines, -12 lines 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler.cc View 1 6 chunks +15 lines, -14 lines 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler_sse.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler_unittest.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Peter Kasting
5 years, 5 months ago (2015-07-23 00:34:42 UTC) #2
Andrew MacDonald
https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h File webrtc/common_audio/resampler/sinc_resampler.h (right): https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h#newcode1 webrtc/common_audio/resampler/sinc_resampler.h:1: /* Are you intending to modify Chromium's version similarly: ...
5 years, 5 months ago (2015-07-23 01:07:03 UTC) #3
Peter Kasting
https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h File webrtc/common_audio/resampler/sinc_resampler.h (right): https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h#newcode1 webrtc/common_audio/resampler/sinc_resampler.h:1: /* On 2015/07/23 at 01:07:03, andrew wrote: > Are ...
5 years, 5 months ago (2015-07-23 06:02:16 UTC) #4
Andrew MacDonald
https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h File webrtc/common_audio/resampler/sinc_resampler.h (right): https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinc_resampler.h#newcode1 webrtc/common_audio/resampler/sinc_resampler.h:1: /* On 2015/07/23 06:02:16, Peter Kasting wrote: > On ...
5 years, 5 months ago (2015-07-24 03:28:33 UTC) #5
Peter Kasting
On 2015/07/24 03:28:33, andrew wrote: > I have a small preference for restoring it. OK, ...
5 years, 5 months ago (2015-07-24 06:46:10 UTC) #6
Peter Kasting
New snap up. https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h File webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h (right): https://codereview.webrtc.org/1231713002/diff/20001/webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h#newcode30 webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h:30: double max_frequency, size_t delay_samples); On 2015/07/24 ...
5 years, 4 months ago (2015-07-27 23:35:22 UTC) #7
Andrew MacDonald
5 years, 4 months ago (2015-07-27 23:50:39 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698