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

Issue 1353263005: Adding support for simulcast and spatial layers into VideoQualityTest (Closed)

Created:
5 years, 3 months ago by ivica
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, andresp, perkj_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding support for simulcast and spatial layers into VideoQualityTest The CL includes several changes: - Adding flags describing the streams and spatial layers. - Reorganizing the order of the flags, to make them easier to maintain. - Adding a member .params_ to VideoQualityAnalyzer. (instead of passing it to every member function manually) - Updating VideoAnalyzer to support simulcast. (select appropriate ssrc and fix timestamps which are sometimes increased by 1) - VP9EncoderImpl already had code for automatic calculation of bitrate for each layer. Changing to first read bitrates and resolution ratios from the flags, if specified. If not specified, reverting to the old code are setting the values automatically. - Changing the parameters in LayerFilteringTransport, replacing xx_discard_thresholds with selected_xx, to make it easier to use for the end user. Committed: https://crrev.com/87f83a9a27d657731ccb54025bc04ccad0da136e Cr-Commit-Position: refs/heads/master@{#10215}

Patch Set 1 #

Total comments: 1

Patch Set 2 : whoops, compile errors #

Total comments: 13

Patch Set 3 : Adding a helper function checking if configuring SLs manually #

Patch Set 4 : Addressing comments + other small changes #

Total comments: 8

Patch Set 5 : rebase master + addressing comments #

Patch Set 6 : Fixing compile errors on mac & win #

Patch Set 7 : forgot std:: #

Total comments: 14

Patch Set 8 : Addressing comments #

Patch Set 9 : rebase master #

Patch Set 10 : rebase master, includes the perf regression fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+693 lines, -277 lines) Patch
M webrtc/common_types.h View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M webrtc/config.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 2 3 4 5 6 7 2 chunks +79 lines, -39 lines 0 comments Download
M webrtc/test/layer_filtering_transport.h View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -6 lines 0 comments Download
M webrtc/test/layer_filtering_transport.cc View 1 2 3 4 5 6 7 8 3 chunks +22 lines, -16 lines 0 comments Download
M webrtc/video/full_stack.cc View 1 2 3 4 5 6 7 3 chunks +14 lines, -5 lines 0 comments Download
M webrtc/video/screenshare_loopback.cc View 1 2 3 4 5 6 6 chunks +105 lines, -42 lines 0 comments Download
M webrtc/video/video_loopback.cc View 1 2 3 4 5 6 7 8 6 chunks +99 lines, -40 lines 0 comments Download
M webrtc/video/video_quality_test.h View 1 2 3 4 5 6 7 8 3 chunks +37 lines, -10 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 4 5 6 7 8 9 14 chunks +308 lines, -119 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (18 generated)
ivica
https://codereview.webrtc.org/1353263005/diff/1/webrtc/test/layer_filtering_transport.cc File webrtc/test/layer_filtering_transport.cc (right): https://codereview.webrtc.org/1353263005/diff/1/webrtc/test/layer_filtering_transport.cc#newcode40 webrtc/test/layer_filtering_transport.cc:40: uint16_t LayerFilteringTransport::NextSequenceNumber(uint32_t ssrc) { Including the patch https://codereview.webrtc.org/1350383004/
5 years, 3 months ago (2015-09-22 16:21:05 UTC) #2
sprang_webrtc
https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h#newcode563 webrtc/common_types.h:563: enum { kMaxTemporalStreams = 4}; Can we make these ...
5 years, 2 months ago (2015-09-29 14:19:33 UTC) #3
pbos-webrtc
https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h#newcode563 webrtc/common_types.h:563: enum { kMaxTemporalStreams = 4}; On 2015/09/29 14:19:33, språng ...
5 years, 2 months ago (2015-09-29 14:38:46 UTC) #4
ivica
https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/20001/webrtc/common_types.h#newcode563 webrtc/common_types.h:563: enum { kMaxTemporalStreams = 4}; On 2015/09/29 14:38:46, pbos-webrtc ...
5 years, 2 months ago (2015-09-29 15:14:51 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/60001
5 years, 2 months ago (2015-09-30 12:39:40 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_dbg/builds/4298)
5 years, 2 months ago (2015-09-30 12:42:12 UTC) #9
sprang_webrtc
Some minor comments. Looks like you need a rebase :) https://codereview.webrtc.org/1353263005/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h File webrtc/modules/video_coding/codecs/vp9/vp9_impl.h (right): https://codereview.webrtc.org/1353263005/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h#newcode59 ...
5 years, 2 months ago (2015-10-05 11:14:40 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/80001
5 years, 2 months ago (2015-10-05 12:11:15 UTC) #12
ivica
https://codereview.webrtc.org/1353263005/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h File webrtc/modules/video_coding/codecs/vp9/vp9_impl.h (right): https://codereview.webrtc.org/1353263005/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h#newcode59 webrtc/modules/video_coding/codecs/vp9/vp9_impl.h:59: bool ManuallyConfiguringSpatialLayers() const; On 2015/10/05 11:14:40, språng wrote: > ...
5 years, 2 months ago (2015-10-05 12:11:17 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_x64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_x64_rel/builds/9614)
5 years, 2 months ago (2015-10-05 12:14:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/120001
5 years, 2 months ago (2015-10-05 13:18:23 UTC) #17
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 2 months ago (2015-10-05 13:18:25 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/120001
5 years, 2 months ago (2015-10-05 13:20:13 UTC) #22
ivica
+mflodman
5 years, 2 months ago (2015-10-05 13:20:17 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years, 2 months ago (2015-10-05 15:20:47 UTC) #26
sprang_webrtc
lgtm pbos@, ptal
5 years, 2 months ago (2015-10-06 09:28:59 UTC) #27
mflodman
Functionality LG! A few comments. https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h#newcode714 webrtc/common_types.h:714: SpatialLayer spatialLayers[kMaxSpatialLayers]; I know ...
5 years, 2 months ago (2015-10-06 11:27:28 UTC) #28
ivica
https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h#newcode714 webrtc/common_types.h:714: SpatialLayer spatialLayers[kMaxSpatialLayers]; On 2015/10/06 11:27:27, mflodman wrote: > I ...
5 years, 2 months ago (2015-10-06 13:37:24 UTC) #29
mflodman
On 2015/10/06 13:37:24, ivica wrote: > https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h > File webrtc/common_types.h (right): > > https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h#newcode714 > ...
5 years, 2 months ago (2015-10-07 11:23:06 UTC) #30
mflodman
https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1353263005/diff/120001/webrtc/common_types.h#newcode714 webrtc/common_types.h:714: SpatialLayer spatialLayers[kMaxSpatialLayers]; On 2015/10/06 13:37:24, ivica wrote: > On ...
5 years, 2 months ago (2015-10-07 11:23:43 UTC) #31
ivica
https://codereview.webrtc.org/1353263005/diff/120001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1353263005/diff/120001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode127 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:127: LOG(LS_ERROR) << "When specifying spatial layers manually, " On ...
5 years, 2 months ago (2015-10-07 11:59:50 UTC) #32
mflodman
LGTM https://codereview.webrtc.org/1353263005/diff/120001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1353263005/diff/120001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode127 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:127: LOG(LS_ERROR) << "When specifying spatial layers manually, " ...
5 years, 2 months ago (2015-10-08 09:11:36 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/160001
5 years, 2 months ago (2015-10-08 09:16:37 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-08 10:00:40 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353263005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353263005/180001
5 years, 2 months ago (2015-10-08 11:29:04 UTC) #43
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 2 months ago (2015-10-08 12:13:37 UTC) #44
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/87f83a9a27d657731ccb54025bc04ccad0da136e Cr-Commit-Position: refs/heads/master@{#10215}
5 years, 2 months ago (2015-10-08 12:13:46 UTC) #45
sprang_webrtc
5 years, 2 months ago (2015-10-12 13:33:03 UTC) #46
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:180001) has been created in
https://codereview.webrtc.org/1397363002/ by sprang@webrtc.org.

The reason for reverting is: Temporarily reverting as this causes some issues
with perf tests. Especially tests with packet loss no longer works..

Powered by Google App Engine
This is Rietveld 408576698