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

Issue 2495753002: Reenable idle suspension of media elements on Windows. (Closed)

Created:
4 years, 1 month ago by jbauman
Modified:
4 years, 1 month ago
CC:
apacible+watch_chromium.org, chromium-reviews, feature-media-reviews_chromium.org, miu+watch_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, xjz+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reenable idle suspension of media elements on Windows. Use GLImages to hold references from the DXVA picture buffer to the EGLStream or EGLSurface. This allows their contents to outlive the video decoder. BUG=663983 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/2438e873e9f0e2788cf20ab89dcc6d8f6a45224d Cr-Commit-Position: refs/heads/master@{#432101}

Patch Set 1 #

Patch Set 2 : add destructor #

Total comments: 3

Patch Set 3 : change ifdef #

Total comments: 2

Patch Set 4 : fix texture target #

Total comments: 1

Patch Set 5 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -29 lines) Patch
M media/blink/webmediaplayer_impl.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M media/gpu/dxva_picture_buffer_win.h View 3 chunks +4 lines, -0 lines 0 comments Download
M media/gpu/dxva_picture_buffer_win.cc View 1 8 chunks +74 lines, -18 lines 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.cc View 1 2 3 4 5 chunks +17 lines, -1 line 0 comments Download
M media/gpu/gpu_video_decode_accelerator_factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M media/gpu/ipc/service/gpu_video_decode_accelerator.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (23 generated)
jbauman
4 years, 1 month ago (2016-11-11 22:46:01 UTC) #10
DaleCurtis
https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc File media/blink/webmediaplayer_impl.cc (right): https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc#newcode1764 media/blink/webmediaplayer_impl.cc:1764: #if !defined(OS_WIN) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS) && \ That's ...
4 years, 1 month ago (2016-11-11 23:16:16 UTC) #12
jbauman
https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc File media/blink/webmediaplayer_impl.cc (right): https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc#newcode1764 media/blink/webmediaplayer_impl.cc:1764: #if !defined(OS_WIN) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS) && \ On ...
4 years, 1 month ago (2016-11-11 23:17:15 UTC) #13
DaleCurtis
https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc File media/blink/webmediaplayer_impl.cc (right): https://codereview.chromium.org/2495753002/diff/20001/media/blink/webmediaplayer_impl.cc#newcode1764 media/blink/webmediaplayer_impl.cc:1764: #if !defined(OS_WIN) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS) && \ On ...
4 years, 1 month ago (2016-11-11 23:34:53 UTC) #14
sandersd (OOO until July 31)
https://codereview.chromium.org/2495753002/diff/40001/media/gpu/dxva_video_decode_accelerator_win.cc File media/gpu/dxva_video_decode_accelerator_win.cc (right): https://codereview.chromium.org/2495753002/diff/40001/media/gpu/dxva_video_decode_accelerator_win.cc#newcode888 media/gpu/dxva_video_decode_accelerator_win.cc:888: "Number of service and client ids do not match", ...
4 years, 1 month ago (2016-11-14 19:16:22 UTC) #19
jbauman
PTAL. On 2016/11/14 19:16:22, sandersd wrote: > https://codereview.chromium.org/2495753002/diff/40001/media/gpu/dxva_video_decode_accelerator_win.cc > File media/gpu/dxva_video_decode_accelerator_win.cc (right): > > https://codereview.chromium.org/2495753002/diff/40001/media/gpu/dxva_video_decode_accelerator_win.cc#newcode888 ...
4 years, 1 month ago (2016-11-15 01:27:46 UTC) #22
sandersd (OOO until July 31)
lgtm https://codereview.chromium.org/2495753002/diff/60001/media/gpu/dxva_video_decode_accelerator_win.cc File media/gpu/dxva_video_decode_accelerator_win.cc (right): https://codereview.chromium.org/2495753002/diff/60001/media/gpu/dxva_video_decode_accelerator_win.cc#newcode891 media/gpu/dxva_video_decode_accelerator_win.cc:891: for (uint32_t client_id : buffers[buffer_index].client_texture_ids()) { For people ...
4 years, 1 month ago (2016-11-15 01:40:06 UTC) #25
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/2495753002/80001
4 years, 1 month ago (2016-11-15 02:34:06 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-15 04:46:23 UTC) #31
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 04:50:52 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2438e873e9f0e2788cf20ab89dcc6d8f6a45224d
Cr-Commit-Position: refs/heads/master@{#432101}

Powered by Google App Engine
This is Rietveld 408576698