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

Issue 2789823002: Reland of Add framerate to VideoSinkWants and ability to signal on overuse (Closed)

Created:
3 years, 8 months ago by sprang_webrtc
Modified:
3 years, 8 months ago
Reviewers:
stefan-webrtc, ilnik
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman, nisse-webrtc, magjed_webrtc, kthelgason, skvlad
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ ) Reason for revert: Seem to be a flaky test rather than an issue with this cl. Creating reland, will add code to reduce flakiness to that test. Original issue's description: > Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ ) > > Reason for revert: > This has resulted in failure of CallPerfTest.ReceivesCpuOveruseAndUnderuse test on the Win7 build bot https://build.chromium.org/p/client.webrtc.perf/builders/Win7/builds/1780 > > Original issue's description: > > Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ ) > > > > Reason for revert: > > Found issue with test case, will add fix to reland cl. > > > > Original issue's description: > > > Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #14 id:250001 of https://codereview.webrtc.org/2716643002/ ) > > > > > > Reason for revert: > > > Breaks perf tests: > > > https://build.chromium.org/p/client.webrtc.perf/builders/Win7/builds/1679 > > > https://build.chromium.org/p/client.webrtc.perf/builders/Android32%20Tests%20%28L%20Nexus5%29/builds/2325 > > > > > > Original issue's description: > > > > Add framerate to VideoSinkWants and ability to signal on overuse > > > > > > > > In ViEEncoder, try to reduce framerate instead of resolution if the > > > > current degradation preference is maintain-resolution rather than > > > > balanced. > > > > > > > > BUG=webrtc:4172 > > > > > > > > Review-Url: https://codereview.webrtc.org/2716643002 > > > > Cr-Commit-Position: refs/heads/master@{#17327} > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/72acf2526177bb4dbb5103cd6e165eb4361a5ae6 > > > > > > TBR=nisse@webrtc.org,magjed@webrtc.org,kthelgason@webrtc.org,ilnik@webrtc.org,stefan@webrtc.org,sprang@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:4172 > > > > > > Review-Url: https://codereview.webrtc.org/2764133002 > > > Cr-Commit-Position: refs/heads/master@{#17331} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/8b45b11144c968b4173215c76f78c710c9a2ed0b > > > > TBR=nisse@webrtc.org,magjed@webrtc.org,kthelgason@webrtc.org,ilnik@webrtc.org,stefan@webrtc.org,skvlad@webrtc.org > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > BUG=webrtc:4172 > > > > Review-Url: https://codereview.webrtc.org/2781433002 > > Cr-Commit-Position: refs/heads/master@{#17474} > > Committed: https://chromium.googlesource.com/external/webrtc/+/3ea3c77e93121b1ab9d5e46641e6764f2cca0d51 > > TBR=ilnik@webrtc.org,stefan@webrtc.org,asapersson@webrtc.org,sprang@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:4172 > > Review-Url: https://codereview.webrtc.org/2783183003 > Cr-Commit-Position: refs/heads/master@{#17477} > Committed: https://chromium.googlesource.com/external/webrtc/+/f9ed235c9b7248694edcb46feb1f29ce7456ab59 R=ilnik@webrtc.org,stefan@webrtc.org BUG=webrtc:4172 Review-Url: https://codereview.webrtc.org/2789823002 Cr-Commit-Position: refs/heads/master@{#17498} Committed: https://chromium.googlesource.com/external/webrtc/+/c5d62e29ca21da19a89c0a287c2d5231afa6465a

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Deflake CallPerfTest.ReceivesCpuOveruseAndUnderuse #

Total comments: 2

Patch Set 4 : Addressed comment, fixed deps #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1388 lines, -403 lines) Patch
M webrtc/call/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/call/bitrate_estimator_tests.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/call_perf_tests.cc View 1 2 3 4 5 4 chunks +41 lines, -21 lines 0 comments Download
M webrtc/media/base/adaptedvideotracksource.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/base/fakevideocapturer.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M webrtc/media/base/fakevideorenderer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/base/videoadapter.h View 1 3 chunks +14 lines, -7 lines 0 comments Download
M webrtc/media/base/videoadapter.cc View 1 4 chunks +25 lines, -10 lines 0 comments Download
M webrtc/media/base/videoadapter_unittest.cc View 1 29 chunks +117 lines, -50 lines 0 comments Download
M webrtc/media/base/videobroadcaster.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M webrtc/media/base/videobroadcaster_unittest.cc View 1 2 chunks +29 lines, -6 lines 0 comments Download
M webrtc/media/base/videocapturer.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/media/base/videocapturer_unittest.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M webrtc/media/base/videosourceinterface.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 3 chunks +22 lines, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 3 chunks +24 lines, -23 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 8 chunks +53 lines, -23 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/test/call_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/test/frame_generator_capturer.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/test/frame_generator_capturer.cc View 1 6 chunks +85 lines, -48 lines 0 comments Download
M webrtc/test/vcm_capturer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/test/vcm_capturer.cc View 1 6 chunks +16 lines, -12 lines 0 comments Download
M webrtc/test/video_capturer.h View 1 1 chunk +24 lines, -5 lines 0 comments Download
A webrtc/test/video_capturer.cc View 1 chunk +58 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 4 chunks +6 lines, -4 lines 0 comments Download
M webrtc/video/overuse_frame_detector.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/video/overuse_frame_detector.cc View 1 2 3 7 chunks +120 lines, -4 lines 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/video/video_quality_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/vie_encoder.h View 1 5 chunks +16 lines, -3 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 1 2 3 4 11 chunks +265 lines, -75 lines 0 comments Download
M webrtc/video/vie_encoder_unittest.cc View 1 2 3 4 5 33 chunks +407 lines, -77 lines 0 comments Download
M webrtc/video_send_stream.h View 1 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 47 (37 generated)
sprang_webrtc
Created Reland of Add framerate to VideoSinkWants and ability to signal on overuse
3 years, 8 months ago (2017-03-31 08:50:30 UTC) #1
sprang_webrtc
Reland with improvements for flaky test. Please review patch set 3.
3 years, 8 months ago (2017-03-31 09:10:53 UTC) #3
ilnik
https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc File webrtc/video/overuse_frame_detector.cc (right): https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc#newcode206 webrtc/video/overuse_frame_detector.cc:206: switch (state_) { If i understood correctly, this may ...
3 years, 8 months ago (2017-03-31 09:20:20 UTC) #8
sprang_webrtc
https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc File webrtc/video/overuse_frame_detector.cc (right): https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc#newcode206 webrtc/video/overuse_frame_detector.cc:206: switch (state_) { On 2017/03/31 09:20:19, ilnik wrote: > ...
3 years, 8 months ago (2017-03-31 09:46:42 UTC) #13
ilnik
On 2017/03/31 09:46:42, språng wrote: > https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc > File webrtc/video/overuse_frame_detector.cc (right): > > https://codereview.webrtc.org/2789823002/diff/340001/webrtc/video/overuse_frame_detector.cc#newcode206 > ...
3 years, 8 months ago (2017-03-31 09:47:56 UTC) #14
stefan-webrtc
lgtm
3 years, 8 months ago (2017-03-31 13:00:00 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/2789823002/360001
3 years, 8 months ago (2017-04-01 10:22:04 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/15686)
3 years, 8 months ago (2017-04-01 10:26:11 UTC) #33
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/2789823002/400001
3 years, 8 months ago (2017-04-03 06:49:46 UTC) #44
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 06:53:11 UTC) #47
Message was sent while issue was closed.
Committed patchset #6 (id:400001) as
https://chromium.googlesource.com/external/webrtc/+/c5d62e29ca21da19a89c0a287...

Powered by Google App Engine
This is Rietveld 408576698