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

Issue 1645873002: Use ParamTraits for media::BitstreamBuffer. (Closed)

Created:
4 years, 10 months ago by Owen Lin
Modified:
4 years, 9 months ago
CC:
danakj+watch_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, kalyank, mcasas+watch_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, sievers+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use ParamTraits for media::BitstreamBuffer. BUG=None TEST=Play YouTube on a Chrome OS device Committed: https://crrev.com/25eced9ee2b1580bb6700ce833ef19261bd83e21 Cr-Commit-Position: refs/heads/master@{#378422}

Patch Set 1 : Ready for review #

Total comments: 8

Patch Set 2 : Fix compiling errors on mac and address review comments #

Total comments: 11

Patch Set 3 : address review comments #

Patch Set 4 : rebase over crrev.com/1706023003 #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -61 lines) Patch
M content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M content/common/gpu/client/gpu_video_decode_accelerator_host.cc View 1 2 3 4 1 chunk +6 lines, -14 lines 0 comments Download
M content/common/gpu/media/gpu_jpeg_decode_accelerator.cc View 1 2 3 4 3 chunks +10 lines, -16 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 2 chunks +1 line, -3 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 3 4 1 chunk +1 line, -9 lines 0 comments Download
M content/common/gpu/media_messages.h View 1 2 3 4 4 chunks +22 lines, -15 lines 0 comments Download
A content/common/gpu/media_messages.cc View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/bitstream_buffer.h View 1 2 3 4 4 chunks +7 lines, -0 lines 0 comments Download
M media/base/bitstream_buffer.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (19 generated)
Owen Lin
PTAL. Thanks. This CL is to address the review comments (mainly from dcheng) in https://codereview.chromium.org/1541353002/.
4 years, 10 months ago (2016-02-15 05:54:24 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1645873002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1645873002/60001
4 years, 10 months ago (2016-02-16 05:38:36 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/159549) mac_chromium_rel_ng on ...
4 years, 10 months ago (2016-02-16 06:03:14 UTC) #12
kcwu
https://codereview.chromium.org/1645873002/diff/60001/content/common/gpu/gpu_messages.h File content/common/gpu/gpu_messages.h (right): https://codereview.chromium.org/1645873002/diff/60001/content/common/gpu/gpu_messages.h#newcode156 content/common/gpu/gpu_messages.h:156: IPC_STRUCT_MEMBER(media::BitstreamBuffer, bitstream_buffer) How about named it as input_buffer or ...
4 years, 10 months ago (2016-02-16 08:44:18 UTC) #13
Pawel Osciak
c/c/g/m lgtm % nits https://codereview.chromium.org/1645873002/diff/60001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc File content/common/gpu/client/gpu_video_decode_accelerator_host.cc (right): https://codereview.chromium.org/1645873002/diff/60001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc#newcode122 content/common/gpu/client/gpu_video_decode_accelerator_host.cc:122: media::BitstreamBuffer bsb = bitstream_buffer; Perhaps ...
4 years, 10 months ago (2016-02-16 08:48:02 UTC) #14
xhwang
media/ lgtm % other's comments.
4 years, 10 months ago (2016-02-16 17:10:16 UTC) #15
xhwang
media/ lgtm % other's comments.
4 years, 10 months ago (2016-02-16 17:10:18 UTC) #16
dcheng
https://codereview.chromium.org/1645873002/diff/100001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc File content/common/gpu/client/gpu_video_decode_accelerator_host.cc (right): https://codereview.chromium.org/1645873002/diff/100001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc#newcode123 content/common/gpu/client/gpu_video_decode_accelerator_host.cc:123: base::SharedMemoryHandle handle = I think the IPC subsystem has ...
4 years, 10 months ago (2016-02-18 21:06:09 UTC) #19
erikchen
https://codereview.chromium.org/1645873002/diff/100001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc File content/common/gpu/client/gpu_video_decode_accelerator_host.cc (right): https://codereview.chromium.org/1645873002/diff/100001/content/common/gpu/client/gpu_video_decode_accelerator_host.cc#newcode123 content/common/gpu/client/gpu_video_decode_accelerator_host.cc:123: base::SharedMemoryHandle handle = On 2016/02/18 21:06:09, dcheng wrote: > ...
4 years, 10 months ago (2016-02-18 21:07:31 UTC) #20
Owen Lin
We are also working on another related CL. https://codereview.chromium.org/1706023003/ which moves the validation of bitstream_buffer's ...
4 years, 10 months ago (2016-02-23 03:40:11 UTC) #21
dcheng
ipc lgtm
4 years, 10 months ago (2016-02-23 22:58:55 UTC) #22
Owen Lin
PTAL. Thanks.
4 years, 10 months ago (2016-02-24 07:32:51 UTC) #24
dcheng
ipc still lgtm but... the patch you rebased over is going the wrong way, imo. ...
4 years, 10 months ago (2016-02-24 18:47:58 UTC) #25
Owen Lin
On 2016/02/24 18:47:58, dcheng wrote: > ipc still lgtm but... > > the patch you ...
4 years, 10 months ago (2016-02-25 02:44:46 UTC) #26
dcheng
On 2016/02/25 at 02:44:46, owenlin wrote: > On 2016/02/24 18:47:58, dcheng wrote: > > ipc ...
4 years, 10 months ago (2016-02-25 21:27:18 UTC) #27
Owen Lin
On 2016/02/25 21:27:18, dcheng wrote: > On 2016/02/25 at 02:44:46, owenlin wrote: > > On ...
4 years, 10 months ago (2016-02-26 02:14:35 UTC) #28
ccameron
content/common/gpu lgtm stamp
4 years, 10 months ago (2016-02-26 18:32:05 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1645873002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1645873002/140001
4 years, 9 months ago (2016-03-01 05:28:19 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/138287) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 9 months ago (2016-03-01 05:30:20 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1645873002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1645873002/160001
4 years, 9 months ago (2016-03-01 08:58:58 UTC) #37
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years, 9 months ago (2016-03-01 10:08:43 UTC) #39
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 10:10:12 UTC) #41
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/25eced9ee2b1580bb6700ce833ef19261bd83e21
Cr-Commit-Position: refs/heads/master@{#378422}

Powered by Google App Engine
This is Rietveld 408576698