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

Issue 2656183002: Change effect of flag kDisableAcceleratedVideoDecode to only affect decode

Created:
3 years, 11 months ago by chfremer
Modified:
3 years, 10 months ago
Reviewers:
emircan, jam, DaleCurtis
CC:
chfremer+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch+vc_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change effect of flag kDisableAcceleratedVideoDecode from affecting both encode and decode to only affecting decode. BUG=599650

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -24 lines) Patch
M content/public/renderer/video_encode_accelerator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/renderers/gpu_video_accelerator_factories.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/renderers/mock_gpu_video_accelerator_factories.h View 1 chunk +1 line, -1 line 0 comments Download
M media/renderers/mock_gpu_video_accelerator_factories.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (11 generated)
chfremer
emircan@: PTAL
3 years, 11 months ago (2017-01-26 22:29:09 UTC) #5
chfremer
On 2017/01/26 22:29:09, chfremer wrote: > emircan@: PTAL Bot mac_chromium_rel_ng is happy after a simple ...
3 years, 10 months ago (2017-01-31 00:36:13 UTC) #9
emircan
lgtm
3 years, 10 months ago (2017-01-31 18:50:42 UTC) #10
chfremer
avi@: Please RS content/* dalecurtis@: Please RS media/*
3 years, 10 months ago (2017-01-31 18:58:14 UTC) #12
chfremer
jam@: Please RS content/* I just noticed that avi@ is OOO
3 years, 10 months ago (2017-01-31 19:27:43 UTC) #14
DaleCurtis
Seems okay. Did you check the blacklist to see if the encoder is being blacklisted ...
3 years, 10 months ago (2017-02-01 00:41:04 UTC) #15
jam
lgtm
3 years, 10 months ago (2017-02-01 01:12:49 UTC) #16
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/2656183002/1
3 years, 10 months ago (2017-02-01 17:40:35 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/110794)
3 years, 10 months ago (2017-02-01 19:26:57 UTC) #20
chfremer
Just double checked the usage sites of the flag kDisableAcceleratedVideoDecode, and I somehow missed that ...
3 years, 10 months ago (2017-02-01 20:27:12 UTC) #21
Pawel Osciak
3 years, 10 months ago (2017-02-02 01:16:50 UTC) #22
On 2017/02/01 20:27:12, chfremer wrote:
> Just double checked the usage sites of the flag
kDisableAcceleratedVideoDecode, 
> and I somehow missed that webrtc_media_recorder_browsertests are already 
> relying on this flag to disable encode acceleration [1].
> 
> This means we cannot land this without adding a new mechanism to disable
encode 
> acceleration, probably a new flag kDisableAcceleratedVideoEncode.
> 
> [1]
>
https://cs.chromium.org/chromium/src/content/browser/webrtc/webrtc_media_reco...

Please note we have a kDisableWebRtcHWEncoding flag and a few other related
flags. Ideally it would be great if we were able to reorganize and align them
with decoding flags...

Powered by Google App Engine
This is Rietveld 408576698