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

Issue 439863003: Cast: Use fixed bitrate and set it once for hardware encoder (Closed)

Created:
6 years, 4 months ago by Alpha Left Google
Modified:
6 years, 4 months ago
Reviewers:
hubbe, posciak1, miu
CC:
chromium-reviews, hclam+watch_chromium.org, posciak+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, mcasas+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, wjia+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Cast: Use fixed bitrate and set it once for hardware encoder Some hardware encoder cannot handle bitrate changing too quickly. The solution is to have a fixed bitrate and only set it once. BUG=392086 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287721

Patch Set 1 #

Patch Set 2 : cooments #

Total comments: 8

Patch Set 3 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -13 lines) Patch
M media/cast/sender/external_video_encoder_unittest.cc View 1 2 4 chunks +7 lines, -1 line 0 comments Download
M media/cast/sender/video_sender.h View 1 chunk +5 lines, -0 lines 0 comments Download
M media/cast/sender/video_sender.cc View 3 chunks +27 lines, -4 lines 0 comments Download
M media/cast/sender/video_sender_unittest.cc View 1 3 chunks +11 lines, -2 lines 0 comments Download
M media/cast/test/fake_video_encode_accelerator.h View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M media/cast/test/fake_video_encode_accelerator.cc View 1 2 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Alpha Left Google
6 years, 4 months ago (2014-08-05 01:46:55 UTC) #1
miu
IMHO, I feel this approach is "papering over" the real issue. There was discussion in ...
6 years, 4 months ago (2014-08-05 02:51:00 UTC) #2
miu
Okay. After discussion, I'm okay with this change. Basically, this is needed to prevent regressing ...
6 years, 4 months ago (2014-08-05 21:20:09 UTC) #3
miu
https://codereview.chromium.org/439863003/diff/20001/media/cast/sender/external_video_encoder_unittest.cc File media/cast/sender/external_video_encoder_unittest.cc (right): https://codereview.chromium.org/439863003/diff/20001/media/cast/sender/external_video_encoder_unittest.cc#newcode132 media/cast/sender/external_video_encoder_unittest.cc:132: std::vector<uint32> stored_bitrates_; This should be checked in one or ...
6 years, 4 months ago (2014-08-05 21:52:07 UTC) #4
Alpha Left Google
https://codereview.chromium.org/439863003/diff/20001/media/cast/sender/external_video_encoder_unittest.cc File media/cast/sender/external_video_encoder_unittest.cc (right): https://codereview.chromium.org/439863003/diff/20001/media/cast/sender/external_video_encoder_unittest.cc#newcode132 media/cast/sender/external_video_encoder_unittest.cc:132: std::vector<uint32> stored_bitrates_; On 2014/08/05 21:52:07, miu wrote: > This ...
6 years, 4 months ago (2014-08-06 01:24:55 UTC) #5
miu
lgtm
6 years, 4 months ago (2014-08-06 01:26:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/439863003/40001
6 years, 4 months ago (2014-08-06 01:30:14 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-06 04:48:25 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 07:06:09 UTC) #9
Message was sent while issue was closed.
Change committed as 287721

Powered by Google App Engine
This is Rietveld 408576698