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

Issue 2710913004: Step #3: Add flag for correctness mode in VideoProcessor integration tests. (Closed)

Created:
3 years, 10 months ago by brandtr
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add option to disable EXPECT_EQ's in VideoProcessor integration tests. Since HW codecs are not as well-behaved as SW codecs, we need a way to disable the EXPECT_EQ's in the VideoProcessor integration tests for the former. This CL introduces such an ability. BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/2710913004 Cr-Commit-Position: refs/heads/master@{#17166} Committed: https://chromium.googlesource.com/external/webrtc/+/60dcda4943d4b20bd6f167468cbbf99135d6c17a

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Patch Set 5 : Nit. #

Total comments: 3

Patch Set 6 : Rebase. #

Patch Set 7 : asapersson comments 1. #

Total comments: 1

Patch Set 8 : Rebase. #

Total comments: 6

Patch Set 9 : sprang comments 1. #

Total comments: 3

Patch Set 10 : asapersson comments 2. #

Patch Set 11 : Rebase. #

Patch Set 12 : asapersson comments 3 (offline). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -21 lines) Patch
M webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +20 lines, -12 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h View 1 2 3 4 5 6 7 8 9 5 chunks +18 lines, -9 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (11 generated)
brandtr
Rebase.
3 years, 9 months ago (2017-02-28 19:00:29 UTC) #2
brandtr
Rebase.
3 years, 9 months ago (2017-03-06 16:03:37 UTC) #3
brandtr
Rebase.
3 years, 9 months ago (2017-03-07 09:47:03 UTC) #4
brandtr
Nit.
3 years, 9 months ago (2017-03-07 10:40:40 UTC) #5
brandtr
3 years, 9 months ago (2017-03-07 16:08:15 UTC) #7
åsapersson
https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode76 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:76: SetQualityThresholds(&quality_thresholds, 15.0, 10.0, 0.2, 0.1); Maybe the thresholds could ...
3 years, 9 months ago (2017-03-09 11:48:57 UTC) #8
brandtr
https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode76 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:76: SetQualityThresholds(&quality_thresholds, 15.0, 10.0, 0.2, 0.1); On 2017/03/09 11:48:57, åsapersson ...
3 years, 9 months ago (2017-03-09 12:07:02 UTC) #9
åsapersson
https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/80001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode76 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:76: SetQualityThresholds(&quality_thresholds, 15.0, 10.0, 0.2, 0.1); On 2017/03/09 12:07:02, brandtr ...
3 years, 9 months ago (2017-03-09 12:46:47 UTC) #10
brandtr
Rebase.
3 years, 9 months ago (2017-03-09 15:18:44 UTC) #11
brandtr
Changed implementation. https://codereview.webrtc.org/2710913004/diff/120001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/120001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode86 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:86: 1000, // max_key_frame_size_mismatch These values are arbitrarily ...
3 years, 9 months ago (2017-03-10 08:40:54 UTC) #13
brandtr
Rebase.
3 years, 9 months ago (2017-03-10 08:51:48 UTC) #14
sprang_webrtc
lgtm https://codereview.webrtc.org/2710913004/diff/140001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/140001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode80 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:80: RateControlThresholds rc_thresholds[1]; nit: Not your change, but it ...
3 years, 9 months ago (2017-03-10 09:25:10 UTC) #15
brandtr
https://codereview.webrtc.org/2710913004/diff/140001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc File webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc (right): https://codereview.webrtc.org/2710913004/diff/140001/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc#newcode80 webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc:80: RateControlThresholds rc_thresholds[1]; On 2017/03/10 09:25:10, språng wrote: > nit: ...
3 years, 9 months ago (2017-03-10 09:37:45 UTC) #16
åsapersson
https://codereview.webrtc.org/2710913004/diff/160001/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h File webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h (right): https://codereview.webrtc.org/2710913004/diff/160001/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h#newcode478 webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h:478: if (rc_expected.num_spatial_resizes > 0) { >=?
3 years, 9 months ago (2017-03-10 11:12:34 UTC) #17
brandtr
https://codereview.webrtc.org/2710913004/diff/160001/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h File webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h (right): https://codereview.webrtc.org/2710913004/diff/160001/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h#newcode478 webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h:478: if (rc_expected.num_spatial_resizes > 0) { On 2017/03/10 11:12:34, åsapersson ...
3 years, 9 months ago (2017-03-10 11:53:45 UTC) #18
brandtr
Rebase.
3 years, 9 months ago (2017-03-10 12:22:38 UTC) #19
brandtr
Updated thresholds, as discussed offline.
3 years, 9 months ago (2017-03-10 12:38:20 UTC) #20
åsapersson
lgtm
3 years, 9 months ago (2017-03-10 12:41:14 UTC) #21
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/2710913004/220001
3 years, 9 months ago (2017-03-10 13:32:06 UTC) #28
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 13:34:05 UTC) #31
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/external/webrtc/+/60dcda4943d4b20bd6f167468...

Powered by Google App Engine
This is Rietveld 408576698