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

Issue 1157193002: RESOURCE_UTILIZATION in VideoFrameMetadata, a consumer feedback signal. (Closed)

Created:
5 years, 7 months ago by miu
Modified:
5 years, 6 months ago
Reviewers:
kenrb, hubbe, DaleCurtis
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, hclam+watch_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, hguihot+watch_chromium.org, darin-cc_chromium.org, jasonroberts+watch_google.com, mkwst+moarreviews-renderer_chromium.org, wjia+watch_chromium.org, hubbe+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@video_frame_done_callback
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

RESOURCE_UTILIZATION in VideoFrameMetadata, a consumer feedback signal. Adds a RESOURCE_UTILIZATION to media::VideoFrameMetadata which will allow consumers to convey a "throttling feedback signal" to the producers of media::VideoFrames. Plumbs-in browser-side and renderer-side passing of the metadata value across the IPC layer. Also in this change, the media::cast::VideoSender sets the RESOURCE_UTILIZATION metadata value to indicate CPU encode and network bandwidth bottlenecks in the end-to-end system (sending a video stream to a remote receiver). An upcoming change will allow the screen capture pipeline to use this feedback to automatically adjust resolution and framerate during a session, maintaining the highest-quality user experience possible in the current environment. See bug for more details. BUG=156767 Committed: https://crrev.com/5dface5ccc2e0662365ce127987348cc2d04819b Cr-Commit-Position: refs/heads/master@{#333313}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : s/stress_level/resource_utilization/ig, and REBASE #

Total comments: 6

Patch Set 3 : Addressed hubbe's round 2 comments, and REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -47 lines) Patch
M content/browser/media/capture/content_video_capture_device_core.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/media/capture/content_video_capture_device_core.cc View 1 2 2 chunks +24 lines, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 1 2 3 chunks +23 lines, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller_unittest.cc View 1 2 8 chunks +40 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 1 2 chunks +14 lines, -6 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/media/video_capture_messages.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/media/video_capture_impl.h View 1 2 chunks +11 lines, -1 line 0 comments Download
M content/renderer/media/video_capture_impl.cc View 1 6 chunks +66 lines, -14 lines 0 comments Download
M content/renderer/media/video_capture_impl_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/media/video_capture_message_filter.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/base/video_frame_metadata.h View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M media/cast/sender/video_sender.h View 1 chunk +2 lines, -1 line 0 comments Download
M media/cast/sender/video_sender.cc View 1 2 4 chunks +26 lines, -2 lines 0 comments Download
M media/cast/sender/video_sender_unittest.cc View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
miu
hubbe: Could you take the first look before I loop in more people? The main ...
5 years, 6 months ago (2015-05-28 19:09:25 UTC) #3
hubbe
Initial set of comments. https://codereview.chromium.org/1157193002/diff/20001/content/renderer/media/video_capture_impl.cc File content/renderer/media/video_capture_impl.cc (right): https://codereview.chromium.org/1157193002/diff/20001/content/renderer/media/video_capture_impl.cc#newcode27 content/renderer/media/video_capture_impl.cc:27: // This is called on ...
5 years, 6 months ago (2015-06-02 00:23:22 UTC) #4
miu
https://codereview.chromium.org/1157193002/diff/20001/content/renderer/media/video_capture_impl.cc File content/renderer/media/video_capture_impl.cc (right): https://codereview.chromium.org/1157193002/diff/20001/content/renderer/media/video_capture_impl.cc#newcode27 content/renderer/media/video_capture_impl.cc:27: // This is called on an unknown thread when ...
5 years, 6 months ago (2015-06-02 03:07:34 UTC) #5
hubbe
LGTM + nits https://codereview.chromium.org/1157193002/diff/40001/content/browser/renderer_host/media/video_capture_controller.cc File content/browser/renderer_host/media/video_capture_controller.cc (right): https://codereview.chromium.org/1157193002/diff/40001/content/browser/renderer_host/media/video_capture_controller.cc#newcode253 content/browser/renderer_host/media/video_capture_controller.cc:253: // Set the RESOURCE_UTILIZATION to the ...
5 years, 6 months ago (2015-06-04 22:08:54 UTC) #6
miu
https://codereview.chromium.org/1157193002/diff/40001/content/browser/renderer_host/media/video_capture_controller.cc File content/browser/renderer_host/media/video_capture_controller.cc (right): https://codereview.chromium.org/1157193002/diff/40001/content/browser/renderer_host/media/video_capture_controller.cc#newcode253 content/browser/renderer_host/media/video_capture_controller.cc:253: // Set the RESOURCE_UTILIZATION to the maximum of those ...
5 years, 6 months ago (2015-06-06 00:29:22 UTC) #7
miu
dalecurtis: OWNERS stamp of approval. kenrb: Security review of IPC changes in content/common/media/video_capture_messages.h.
5 years, 6 months ago (2015-06-06 00:30:55 UTC) #9
kenrb
ipc lgtm
5 years, 6 months ago (2015-06-08 17:11:00 UTC) #10
DaleCurtis
lgtm
5 years, 6 months ago (2015-06-08 17:50:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157193002/60001
5 years, 6 months ago (2015-06-08 17:53:07 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 6 months ago (2015-06-08 19:17:30 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-08 19:19:18 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5dface5ccc2e0662365ce127987348cc2d04819b
Cr-Commit-Position: refs/heads/master@{#333313}

Powered by Google App Engine
This is Rietveld 408576698