|
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}
Total comments: 6
Total comments: 6
|
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
|
Total messages: 16 (5 generated)
|