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

Issue 2136573002: Adding audio to video_quality_test. (Closed)

Created:
4 years, 5 months ago by minyue-webrtc
Modified:
4 years, 4 months ago
Reviewers:
terelius, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding audio to video_quality_test. This CL adds an audio loopback to video_quality_test (only RunWithVideoRenderer) BUG= Committed: https://crrev.com/65a6578e339f52eb5bc400c5715e60498e4af2c1 Cr-Commit-Position: refs/heads/master@{#13784}

Patch Set 1 #

Patch Set 2 : using fake audio device #

Total comments: 10

Patch Set 3 : adding flags. #

Total comments: 5

Patch Set 4 : rebasing #

Patch Set 5 : Hook up Audio BWE and small changes. #

Patch Set 6 : renaming #

Total comments: 4

Patch Set 7 : fixing nits #

Patch Set 8 : rebasing #

Patch Set 9 : fixing after rebasing and a nit bug #

Patch Set 10 : rebasing again due to a revert in ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -16 lines) Patch
M webrtc/video/screenshare_loopback.cc View 1 2 3 4 5 2 chunks +6 lines, -2 lines 0 comments Download
M webrtc/video/video_loopback.cc View 1 2 3 4 5 3 chunks +10 lines, -2 lines 0 comments Download
M webrtc/video/video_quality_test.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 4 5 6 7 8 9 6 chunks +143 lines, -11 lines 0 comments Download

Messages

Total messages: 45 (22 generated)
minyue-webrtc
Hi Stefan and Bjorn, Please help review this CL. Patch set 1 uses real audio ...
4 years, 5 months ago (2016-07-11 13:57:30 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc#newcode1091 webrtc/video/video_quality_test.cc:1091: void VideoQualityTest::RunWithVideoRenderer(const Params& params) { The name of this ...
4 years, 5 months ago (2016-07-11 15:01:11 UTC) #6
minyue-webrtc
Hi, Thanks for the comments! Please take a look at the new patch. https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc File ...
4 years, 5 months ago (2016-07-12 10:09:36 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc#newcode1091 webrtc/video/video_quality_test.cc:1091: void VideoQualityTest::RunWithVideoRenderer(const Params& params) { On 2016/07/12 10:09:36, minyue-webrtc ...
4 years, 4 months ago (2016-08-08 14:11:18 UTC) #8
minyue-webrtc
Hi Stefan, PTAL, thanks! https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc#newcode1091 webrtc/video/video_quality_test.cc:1091: void VideoQualityTest::RunWithVideoRenderer(const Params& params) { ...
4 years, 4 months ago (2016-08-15 15:34:31 UTC) #10
stefan-webrtc
Lg https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2136573002/diff/50001/webrtc/video/video_quality_test.cc#newcode1091 webrtc/video/video_quality_test.cc:1091: void VideoQualityTest::RunWithVideoRenderer(const Params& params) { On 2016/08/15 15:34:31, ...
4 years, 4 months ago (2016-08-15 15:46:24 UTC) #11
minyue-webrtc
I renamed the test, for which I found another place where the test is used, ...
4 years, 4 months ago (2016-08-16 08:43:57 UTC) #12
stefan-webrtc
lgtm % nits https://codereview.webrtc.org/2136573002/diff/150001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2136573002/diff/150001/webrtc/video/video_quality_test.cc#newcode1058 webrtc/video/video_quality_test.cc:1058: ASSERT_FALSE(params_.audio); RTC_CHECK_FALSE https://codereview.webrtc.org/2136573002/diff/150001/webrtc/video/video_quality_test.cc#newcode1203 webrtc/video/video_quality_test.cc:1203: if (params_.audio ...
4 years, 4 months ago (2016-08-16 08:54:42 UTC) #13
minyue-webrtc
Thanks. Forgot to answer your previous question, but yes, I will follow up audio-only mode. ...
4 years, 4 months ago (2016-08-16 09:05:24 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/2136573002/170001
4 years, 4 months ago (2016-08-16 09:05:43 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_clang_dbg/builds/15107) android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-08-16 09:06:49 UTC) #19
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/2136573002/190001
4 years, 4 months ago (2016-08-16 09:37:56 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_gn_dbg/builds/1844) linux_ubsan_vptr on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-08-16 09:39:50 UTC) #24
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/2136573002/210001
4 years, 4 months ago (2016-08-16 11:02:59 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_rel on master.tryserver.webrtc (JOB_FAILED, no build URL)
4 years, 4 months ago (2016-08-16 11:04:09 UTC) #29
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/2136573002/230001
4 years, 4 months ago (2016-08-16 11:47:59 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/17244)
4 years, 4 months ago (2016-08-16 12:08:29 UTC) #34
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/2136573002/230001
4 years, 4 months ago (2016-08-16 12:28:31 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 4 months ago (2016-08-16 13:48:32 UTC) #38
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/2136573002/230001
4 years, 4 months ago (2016-08-16 13:57:31 UTC) #40
commit-bot: I haz the power
Committed patchset #10 (id:230001)
4 years, 4 months ago (2016-08-16 14:43:55 UTC) #42
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/65a6578e339f52eb5bc400c5715e60498e4af2c1 Cr-Commit-Position: refs/heads/master@{#13784}
4 years, 4 months ago (2016-08-16 14:44:04 UTC) #44
minyue-webrtc
4 years, 4 months ago (2016-08-16 15:25:30 UTC) #45
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:230001) has been created in
https://codereview.webrtc.org/2249163002/ by minyue@webrtc.org.

The reason for reverting is: This CL breaks
https://build.chromium.org/p/client.webrtc/waterfall?builder=Win64%20Debug%20...

Need to align values to struct Params {} in a proper way. Relanding will
follow..

Powered by Google App Engine
This is Rietveld 408576698