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

Issue 2482053003: AudioDeviceBuffer now uses 16-bit buffers (Closed)

Created:
4 years, 1 month ago by henrika_webrtc
Modified:
4 years, 1 month ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

AudioDeviceBuffer now uses 16-bit buffers BUG=webrtc:6560 Committed: https://crrev.com/51e9608f0194af090c83d9a3dd9efb43a39f8e6f Cr-Commit-Position: refs/heads/master@{#15008}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Feedback from kwiberg@ #

Patch Set 3 : More feedback from kwiberg@ #

Patch Set 4 : nit #

Total comments: 2

Patch Set 5 : nit #

Patch Set 6 : Fixes memory corruption #

Patch Set 7 : Final fix for Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -37 lines) Patch
M webrtc/modules/audio_device/audio_device_buffer.h View 1 2 3 4 5 3 chunks +8 lines, -7 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.cc View 1 2 3 4 5 6 9 chunks +31 lines, -30 lines 0 comments Download

Messages

Total messages: 35 (21 generated)
henrika_webrtc
As requested in a previous CL, the rtc::Buffer members are now of 16-bit size instead ...
4 years, 1 month ago (2016-11-08 11:25:41 UTC) #3
henrika_webrtc
PTAL
4 years, 1 month ago (2016-11-08 11:25:53 UTC) #4
kwiberg-webrtc
https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc File webrtc/modules/audio_device/audio_device_buffer.cc (right): https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc#newcode306 webrtc/modules/audio_device/audio_device_buffer.cc:306: const size_t packet_size_in_frames = sample_frame_size * num_samples; No... Since ...
4 years, 1 month ago (2016-11-08 12:19:59 UTC) #9
henrika_webrtc
PTAL https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc File webrtc/modules/audio_device/audio_device_buffer.cc (right): https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc#newcode306 webrtc/modules/audio_device/audio_device_buffer.cc:306: const size_t packet_size_in_frames = sample_frame_size * num_samples; I ...
4 years, 1 month ago (2016-11-08 12:33:59 UTC) #10
kwiberg-webrtc
https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc File webrtc/modules/audio_device/audio_device_buffer.cc (right): https://codereview.webrtc.org/2482053003/diff/1/webrtc/modules/audio_device/audio_device_buffer.cc#newcode306 webrtc/modules/audio_device/audio_device_buffer.cc:306: const size_t packet_size_in_frames = sample_frame_size * num_samples; On 2016/11/08 ...
4 years, 1 month ago (2016-11-08 13:01:55 UTC) #11
henrika_webrtc
PTAL
4 years, 1 month ago (2016-11-08 14:05:00 UTC) #12
kwiberg-webrtc
Excellent! lgtm Thanks for putting up with all my complaints... https://codereview.webrtc.org/2482053003/diff/60001/webrtc/modules/audio_device/audio_device_buffer.cc File webrtc/modules/audio_device/audio_device_buffer.cc (right): https://codereview.webrtc.org/2482053003/diff/60001/webrtc/modules/audio_device/audio_device_buffer.cc#newcode343 ...
4 years, 1 month ago (2016-11-08 14:54:40 UTC) #13
henrika_webrtc
Thanks! https://codereview.webrtc.org/2482053003/diff/60001/webrtc/modules/audio_device/audio_device_buffer.cc File webrtc/modules/audio_device/audio_device_buffer.cc (right): https://codereview.webrtc.org/2482053003/diff/60001/webrtc/modules/audio_device/audio_device_buffer.cc#newcode343 webrtc/modules/audio_device/audio_device_buffer.cc:343: const size_t frame_size_in_bytes = rec_channels_ * sizeof(int16_t); On ...
4 years, 1 month ago (2016-11-08 15:31:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2482053003/80001
4 years, 1 month ago (2016-11-08 15:31:11 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: mac_asan on master.tryserver.webrtc (JOB_FAILED, no build URL)
4 years, 1 month ago (2016-11-08 15:40:43 UTC) #19
henrika_webrtc
I did spend some time fixing the last nits yesterday. I had missed some details ...
4 years, 1 month ago (2016-11-10 08:38:48 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2482053003/120001
4 years, 1 month ago (2016-11-10 08:39:03 UTC) #31
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-11-10 08:40:40 UTC) #33
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 08:40:52 UTC) #35
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/51e9608f0194af090c83d9a3dd9efb43a39f8e6f
Cr-Commit-Position: refs/heads/master@{#15008}

Powered by Google App Engine
This is Rietveld 408576698