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

Issue 1297373003: Let max default bitrate depend on resolution when configuring one video stream (was previously alwa… (Closed)

Created:
5 years, 4 months ago by åsapersson
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), Andrew MacDonald
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Let max default bitrate depend on resolution when configuring one video stream (was previously always 2Mbps). Is now set to: <= 320x240: 600kbps <= 640x480: 1.7Mbps <= 960x540: 2Mbps > 960x540: 2.5Mbps For QVGA and VGA, the qp was around 10 at the selected thresholds when running some tests. The change in qp declined above the selected bitrates. BUG= R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/1c7d48d431e098ba42fa6bd9f1cfe69a703edee5

Patch Set 1 : #

Patch Set 2 : modified thresholds #

Patch Set 3 : rebase #

Patch Set 4 : added comment #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : fix for comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 2 chunks +17 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
åsapersson
5 years, 4 months ago (2015-08-19 14:51:18 UTC) #5
mflodman
LG, but can you explain the reason behind these exact numbers?
5 years, 3 months ago (2015-09-03 13:20:58 UTC) #8
pbos-webrtc
On 2015/09/03 13:20:58, mflodman wrote: > LG, but can you explain the reason behind these ...
5 years, 3 months ago (2015-09-03 13:25:00 UTC) #9
åsapersson
On 2015/09/03 13:20:58, mflodman wrote: > LG, but can you explain the reason behind these ...
5 years, 3 months ago (2015-09-03 13:28:54 UTC) #10
stefan-webrtc
On 2015/09/03 13:28:54, åsapersson wrote: > On 2015/09/03 13:20:58, mflodman wrote: > > LG, but ...
5 years, 3 months ago (2015-09-03 13:32:47 UTC) #11
stefan-webrtc
lgtm
5 years, 3 months ago (2015-09-07 10:02:56 UTC) #12
pbos-webrtc
lgtm https://codereview.webrtc.org/1297373003/diff/140001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1297373003/diff/140001/talk/media/webrtc/webrtcvideoengine2.cc#newcode312 talk/media/webrtc/webrtcvideoengine2.cc:312: // The selected thresholds for QVGA and VGA ...
5 years, 3 months ago (2015-09-07 10:18:25 UTC) #13
åsapersson
https://codereview.webrtc.org/1297373003/diff/140001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1297373003/diff/140001/talk/media/webrtc/webrtcvideoengine2.cc#newcode312 talk/media/webrtc/webrtcvideoengine2.cc:312: // The selected thresholds for QVGA and VGA corresponded ...
5 years, 3 months ago (2015-09-07 10:22:17 UTC) #14
mflodman
LGTM
5 years, 3 months ago (2015-09-08 05:56:15 UTC) #15
åsapersson
5 years, 3 months ago (2015-09-08 07:22:00 UTC) #16
Message was sent while issue was closed.
Committed patchset #7 (id:180001) manually as
1c7d48d431e098ba42fa6bd9f1cfe69a703edee5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698