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

Issue 2788883002: Adds AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex unittest (Closed)

Created:
3 years, 8 months ago by henrika_webrtc
Modified:
3 years, 8 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adds AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex unittest. BUG=webrtc:7273 Review-Url: https://codereview.webrtc.org/2788883002 Cr-Commit-Position: refs/heads/master@{#17555} Committed: https://chromium.googlesource.com/external/webrtc/+/e24991d7d659c6d33b17652dc07244c8cfad6124

Patch Set 1 #

Total comments: 33

Patch Set 2 : Feedback from kwiberg@ #

Total comments: 16

Patch Set 3 : Second round of comments from kwiberg@ #

Patch Set 4 : Now using rtc::Buffer #

Total comments: 14

Patch Set 5 : almost done #

Patch Set 6 : Final changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -9 lines) Patch
M webrtc/modules/audio_device/audio_device_unittest.cc View 1 2 3 4 5 12 chunks +163 lines, -9 lines 0 comments Download

Messages

Total messages: 31 (19 generated)
henrika_webrtc
PTAL
3 years, 8 months ago (2017-03-31 13:06:19 UTC) #5
kwiberg-webrtc
https://codereview.webrtc.org/2788883002/diff/1/webrtc/modules/audio_device/audio_device_unittest.cc File webrtc/modules/audio_device/audio_device_unittest.cc (right): https://codereview.webrtc.org/2788883002/diff/1/webrtc/modules/audio_device/audio_device_unittest.cc#newcode58 webrtc/modules/audio_device/audio_device_unittest.cc:58: static const int kFullDuplexTimeInSec = 5; These two can ...
3 years, 8 months ago (2017-04-03 08:40:12 UTC) #8
henrika_webrtc
Thanks! PTAL ;-) PS still no rtc::Buffer https://codereview.webrtc.org/2788883002/diff/1/webrtc/modules/audio_device/audio_device_unittest.cc File webrtc/modules/audio_device/audio_device_unittest.cc (right): https://codereview.webrtc.org/2788883002/diff/1/webrtc/modules/audio_device/audio_device_unittest.cc#newcode58 webrtc/modules/audio_device/audio_device_unittest.cc:58: static const ...
3 years, 8 months ago (2017-04-03 15:14:30 UTC) #9
kwiberg-webrtc
Much better now that you use unique_ptr. I still recommend that you use rtc::Buffer instead ...
3 years, 8 months ago (2017-04-03 20:44:02 UTC) #10
henrika_webrtc
Thanks. Will see if I can use rtc::Buffer as well next. https://codereview.webrtc.org/2788883002/diff/20001/webrtc/modules/audio_device/audio_device_unittest.cc File webrtc/modules/audio_device/audio_device_unittest.cc (right): ...
3 years, 8 months ago (2017-04-04 11:27:29 UTC) #11
henrika_webrtc
I think it is perfect now ;-) PTAL
3 years, 8 months ago (2017-04-04 11:55:27 UTC) #12
kwiberg-webrtc
Getting there! But you should probably pass the Buffers by value everywhere instead of by ...
3 years, 8 months ago (2017-04-05 09:29:12 UTC) #17
henrika_webrtc
Thanks. Almost there. Just need rtc::Buffer::begin() and end() as well. https://codereview.webrtc.org/2788883002/diff/60001/webrtc/modules/audio_device/audio_device_unittest.cc File webrtc/modules/audio_device/audio_device_unittest.cc (right): https://codereview.webrtc.org/2788883002/diff/60001/webrtc/modules/audio_device/audio_device_unittest.cc#newcode97 ...
3 years, 8 months ago (2017-04-05 14:21:00 UTC) #18
henrika_webrtc
Now using rtc::Buffer::begin() and end(). PTAL
3 years, 8 months ago (2017-04-05 14:59:10 UTC) #23
kwiberg-webrtc
lgtm!!!
3 years, 8 months ago (2017-04-05 23:18:02 UTC) #26
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/2788883002/100001
3 years, 8 months ago (2017-04-06 08:12:12 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 08:14:27 UTC) #31
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/e24991d7d659c6d33b17652dc...

Powered by Google App Engine
This is Rietveld 408576698