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

Issue 1538063003: Use data pipe to pass DecoderBuffer contents (Closed)

Created:
5 years ago by jrummell
Modified:
5 years ago
Reviewers:
xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use data pipe to pass DecoderBuffer contents Create 2 pipes, one in each direction to pass the data from DecoderBuffer to the other side. BUG=510153 TEST=manual testing, since media mojo not currently used Committed: https://crrev.com/b8752ec59cb8460728019f683b8ab1fbed6ddd62 Cr-Commit-Position: refs/heads/master@{#366514}

Patch Set 1 #

Total comments: 26

Patch Set 2 : changes (+rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -15 lines) Patch
M media/mojo/interfaces/decryptor.mojom View 1 1 chunk +9 lines, -0 lines 0 comments Download
M media/mojo/services/mojo_decryptor.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M media/mojo/services/mojo_decryptor.cc View 1 6 chunks +91 lines, -7 lines 0 comments Download
M media/mojo/services/mojo_decryptor_service.h View 1 3 chunks +13 lines, -0 lines 0 comments Download
M media/mojo/services/mojo_decryptor_service.cc View 1 9 chunks +73 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
jrummell
PTAL
5 years ago (2015-12-18 23:02:45 UTC) #2
xhwang
I am not sure what's the cost of copying compressed buffers twice as we do ...
5 years ago (2015-12-19 18:16:31 UTC) #3
jrummell
Updated. There are places where DVLOG(5) is used, so I was thinking of using it ...
5 years ago (2015-12-21 23:20:55 UTC) #4
xhwang
LGTM! We only have very limited usage of DVLOG(4) and DVLOG(5), so I am really ...
5 years ago (2015-12-21 23:37:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538063003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538063003/20001
5 years ago (2015-12-22 01:32:53 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-22 01:57:27 UTC) #8
commit-bot: I haz the power
5 years ago (2015-12-22 01:58:37 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b8752ec59cb8460728019f683b8ab1fbed6ddd62
Cr-Commit-Position: refs/heads/master@{#366514}

Powered by Google App Engine
This is Rietveld 408576698