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

Issue 2735793002: Add algorithm for processing constraints for video content capture. (Closed)

Created:
3 years, 9 months ago by Guido Urdaneta
Modified:
3 years, 9 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, jam, avayvod+watch_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, jasonroberts+watch_google.com, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add algorithm for processing constraints for video content capture. BUG=657733 Review-Url: https://codereview.chromium.org/2735793002 Cr-Commit-Position: refs/heads/master@{#457239} Committed: https://chromium.googlesource.com/chromium/src/+/3e0109d24f32835337f58cfa0697eeb4d1cc2bc7

Patch Set 1 #

Patch Set 2 : Fix to resolution-change policy #

Patch Set 3 : Add contradiction tests #

Total comments: 14

Patch Set 4 : address hta's comments #

Total comments: 24

Patch Set 5 : Address review comments and rebase #

Patch Set 6 : Add comment #

Patch Set 7 : fix android/win_clang compilation issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2071 lines, -0 lines) Patch
M content/renderer/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/media/media_stream_constraints_util_video_content.h View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
A content/renderer/media/media_stream_constraints_util_video_content.cc View 1 2 3 4 1 chunk +331 lines, -0 lines 0 comments Download
A content/renderer/media/media_stream_constraints_util_video_content_unittest.cc View 1 2 3 4 5 6 1 chunk +1661 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 26 (13 generated)
Guido Urdaneta
Hi, PTAL. I still have to add a few more tests, but it is ready ...
3 years, 9 months ago (2017-03-06 16:01:14 UTC) #4
hta - Chromium
Some worries. As a general matter, I don't like structs much - if we can ...
3 years, 9 months ago (2017-03-08 13:34:09 UTC) #6
Guido Urdaneta
PTAL. https://codereview.chromium.org/2735793002/diff/60001/content/renderer/media/media_stream_constraints_util_video_content.cc File content/renderer/media/media_stream_constraints_util_video_content.cc (right): https://codereview.chromium.org/2735793002/diff/60001/content/renderer/media/media_stream_constraints_util_video_content.cc#newcode23 content/renderer/media/media_stream_constraints_util_video_content.cc:23: // Hard upper- and lower-bound frame rates for ...
3 years, 9 months ago (2017-03-09 14:38:38 UTC) #8
hbos_chromium
https://codereview.chromium.org/2735793002/diff/80001/content/renderer/media/media_stream_constraints_util_video_content.cc File content/renderer/media/media_stream_constraints_util_video_content.cc (right): https://codereview.chromium.org/2735793002/diff/80001/content/renderer/media/media_stream_constraints_util_video_content.cc#newcode25 content/renderer/media/media_stream_constraints_util_video_content.cc:25: constexpr double kMinScreenCastFrameRate = 1.0 / 60.0; This is ...
3 years, 9 months ago (2017-03-09 16:51:10 UTC) #9
hta - Chromium
lgtm One comment about documentation of ownership needed, otherwise let's get the show on the ...
3 years, 9 months ago (2017-03-10 08:51:46 UTC) #10
Guido Urdaneta
Hi, PTAL https://codereview.chromium.org/2735793002/diff/80001/content/renderer/media/media_stream_constraints_util_video_content.cc File content/renderer/media/media_stream_constraints_util_video_content.cc (right): https://codereview.chromium.org/2735793002/diff/80001/content/renderer/media/media_stream_constraints_util_video_content.cc#newcode25 content/renderer/media/media_stream_constraints_util_video_content.cc:25: constexpr double kMinScreenCastFrameRate = 1.0 / 60.0; ...
3 years, 9 months ago (2017-03-14 12:29:06 UTC) #11
hbos_chromium
lgtm
3 years, 9 months ago (2017-03-14 14:37:38 UTC) #12
Guido Urdaneta
avi@: Can you rs?
3 years, 9 months ago (2017-03-14 15:42:30 UTC) #14
Avi (use Gerrit)
lgtm stampity stamp
3 years, 9 months ago (2017-03-14 15:54:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735793002/120001
3 years, 9 months ago (2017-03-15 19:18:00 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/187857)
3 years, 9 months ago (2017-03-15 19:56:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735793002/140001
3 years, 9 months ago (2017-03-15 21:10:16 UTC) #23
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 22:38:34 UTC) #26
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/3e0109d24f32835337f58cfa0697...

Powered by Google App Engine
This is Rietveld 408576698