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

Issue 1165943008: MJPEG acceleration for video capture using VAAPI, the GPU host part (Closed)

Created:
5 years, 6 months ago by kcwu
Modified:
5 years, 6 months ago
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MJPEG acceleration for video capture, the GPU host part BUG=335778 TEST=none Committed: https://crrev.com/4073b070231e84d823cd368d478ec4014b9d2455 Cr-Commit-Position: refs/heads/master@{#335484}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : fix compile #

Total comments: 1

Patch Set 6 : add TODO for handle leak on windows #

Patch Set 7 : #

Patch Set 8 : rebase and fix compile on mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -0 lines) Patch
M content/common/gpu/client/gpu_channel_host.h View 1 2 3 4 5 6 3 chunks +6 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 1 2 3 4 5 6 2 chunks +23 lines, -0 lines 0 comments Download
A content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc View 1 2 3 4 5 6 7 1 chunk +194 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
kcwu
This CL is split from https://codereview.chromium.org/1124423008/
5 years, 6 months ago (2015-06-08 13:33:43 UTC) #2
kcwu
In summary, there are total 4 CLs for MJPEG acceleration. They are - https://codereview.chromium.org/1124423008/ GPU ...
5 years, 6 months ago (2015-06-08 14:07:08 UTC) #3
piman
lgtm https://codereview.chromium.org/1165943008/diff/20001/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h File content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h (right): https://codereview.chromium.org/1165943008/diff/20001/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h#newcode38 content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h:38: bool Initialize(media::JpegDecodeAccelerator::Client* client) override; nit: can you add ...
5 years, 6 months ago (2015-06-08 21:22:18 UTC) #4
kcwu
https://codereview.chromium.org/1165943008/diff/20001/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h File content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h (right): https://codereview.chromium.org/1165943008/diff/20001/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h#newcode38 content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h:38: bool Initialize(media::JpegDecodeAccelerator::Client* client) override; On 2015/06/08 21:22:17, piman (Very ...
5 years, 6 months ago (2015-06-09 08:34:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165943008/60001
5 years, 6 months ago (2015-06-18 11:33:11 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/49070)
5 years, 6 months ago (2015-06-18 11:48:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165943008/80001
5 years, 6 months ago (2015-06-18 11:52:54 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/7676)
5 years, 6 months ago (2015-06-18 12:34:46 UTC) #15
kcwu
@jschuh, could you please advise how to deal SharedMemory cross-platform properly in the following review ...
5 years, 6 months ago (2015-06-18 14:11:32 UTC) #17
jschuh
You should be very unlikely to get the handle copied on a failure, but it's ...
5 years, 6 months ago (2015-06-19 14:43:19 UTC) #18
kcwu
On 2015/06/19 14:43:19, jschuh (very slow) wrote: > You should be very unlikely to get ...
5 years, 6 months ago (2015-06-20 01:11:53 UTC) #19
piman
On Fri, Jun 19, 2015 at 6:11 PM, <kcwu@chromium.org> wrote: > On 2015/06/19 14:43:19, jschuh ...
5 years, 6 months ago (2015-06-20 01:18:15 UTC) #20
kcwu
On 2015/06/20 01:18:15, piman (Very slow to review) wrote: > On Fri, Jun 19, 2015 ...
5 years, 6 months ago (2015-06-20 01:39:58 UTC) #21
jschuh
On 2015/06/20 01:39:58, kcwu wrote: > On 2015/06/20 01:18:15, piman (Very slow to review) wrote: ...
5 years, 6 months ago (2015-06-20 02:49:55 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165943008/140001
5 years, 6 months ago (2015-06-22 10:14:39 UTC) #25
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 6 months ago (2015-06-22 10:17:53 UTC) #26
commit-bot: I haz the power
5 years, 6 months ago (2015-06-22 10:19:50 UTC) #27
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/4073b070231e84d823cd368d478ec4014b9d2455
Cr-Commit-Position: refs/heads/master@{#335484}

Powered by Google App Engine
This is Rietveld 408576698