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

Issue 1228803003: Update audio code to use size_t more correctly, (Closed)

Created:
5 years, 5 months ago by Peter Kasting
Modified:
5 years, 4 months ago
CC:
aluebs-webrtc, bjornv1, hlundin-webrtc, kwiberg-webrtc, 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/modules/audio_processing/vad/ 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: 6

Patch Set 3 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -79 lines) Patch
M webrtc/modules/audio_processing/vad/pitch_based_vad.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/pole_zero_filter.h View 1 2 3 chunks +10 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/vad/pole_zero_filter.cc View 1 2 4 chunks +16 lines, -16 lines 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc.h View 1 chunk +22 lines, -17 lines 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc.cc View 7 chunks +21 lines, -20 lines 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc_internal.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/voice_activity_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/voice_activity_detector.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Peter Kasting
5 years, 5 months ago (2015-07-10 16:52:27 UTC) #2
Peter Kasting
No good deed goes unpunished: aluebs, andrew is not responding, adding you as an alternate ...
5 years, 5 months ago (2015-07-17 00:07:18 UTC) #4
aluebs-webrtc
No punishment at all, my pleasure! In fact, thank you for doing this! It is ...
5 years, 5 months ago (2015-07-17 01:04:42 UTC) #5
Peter Kasting
https://codereview.webrtc.org/1228803003/diff/20001/webrtc/modules/audio_processing/vad/pole_zero_filter.cc File webrtc/modules/audio_processing/vad/pole_zero_filter.cc (right): https://codereview.webrtc.org/1228803003/diff/20001/webrtc/modules/audio_processing/vad/pole_zero_filter.cc#newcode29 webrtc/modules/audio_processing/vad/pole_zero_filter.cc:29: static_cast<size_t>(order_numerator), On 2015/07/17 at 01:04:42, aluebs-webrtc wrote: > I ...
5 years, 5 months ago (2015-07-17 18:57:40 UTC) #6
aluebs-webrtc
lgtm https://codereview.webrtc.org/1228803003/diff/20001/webrtc/modules/audio_processing/vad/pole_zero_filter.cc File webrtc/modules/audio_processing/vad/pole_zero_filter.cc (right): https://codereview.webrtc.org/1228803003/diff/20001/webrtc/modules/audio_processing/vad/pole_zero_filter.cc#newcode29 webrtc/modules/audio_processing/vad/pole_zero_filter.cc:29: static_cast<size_t>(order_numerator), On 2015/07/17 18:57:40, Peter Kasting wrote: > ...
5 years, 5 months ago (2015-07-17 23:16:58 UTC) #7
Andrew MacDonald
On 2015/07/17 00:07:18, Peter Kasting wrote: > No good deed goes unpunished: aluebs, andrew is ...
5 years, 5 months ago (2015-07-25 01:44:23 UTC) #8
Andrew MacDonald
5 years, 5 months ago (2015-07-25 01:45:14 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698