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

Issue 7034040: Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. (Closed)

Created:
9 years, 7 months ago by Ami GONE FROM CHROMIUM
Modified:
9 years, 7 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, apatrick_chromium, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), Ville-Mikko Rautio, mheikkinen1, vhiremath
Visibility:
Public.

Description

Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. Plumb through from renderer to GPU process' OMX decoder. BUG=none TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86302

Patch Set 1 #

Total comments: 14

Patch Set 2 : CR response. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -34 lines) Patch
M content/common/gpu/gpu_video_decode_accelerator.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M content/gpu/omx_video_decode_accelerator.h View 4 chunks +6 lines, -4 lines 0 comments Download
M content/gpu/omx_video_decode_accelerator.cc View 1 5 chunks +14 lines, -7 lines 0 comments Download
M content/renderer/gpu_video_decode_accelerator_host.cc View 1 chunk +8 lines, -3 lines 0 comments Download
M media/base/bitstream_buffer.h View 1 chunk +10 lines, -10 lines 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.cc View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ami GONE FROM CHROMIUM
This looks right to me but isn't actually tested past the "chrome still builds" line.
9 years, 7 months ago (2011-05-18 23:05:21 UTC) #1
vrk (LEFT CHROMIUM)
LGTM if it works! :) (That is, as we discussed in person: it would be ...
9 years, 7 months ago (2011-05-19 00:37:09 UTC) #2
vrk (LEFT CHROMIUM)
http://codereview.chromium.org/7034040/diff/1/content/renderer/gpu_video_decode_accelerator_host.cc File content/renderer/gpu_video_decode_accelerator_host.cc (right): http://codereview.chromium.org/7034040/diff/1/content/renderer/gpu_video_decode_accelerator_host.cc#newcode93 content/renderer/gpu_video_decode_accelerator_host.cc:93: DLOG(ERROR) << "Send(AcceleratedVideoDecoderMsg_Decode) failed"; On 2011/05/19 00:37:09, Victoria Kirst ...
9 years, 7 months ago (2011-05-19 01:10:55 UTC) #3
Ami GONE FROM CHROMIUM
+brettw for OWNERS approval. http://codereview.chromium.org/7034040/diff/1/content/gpu/omx_video_decode_accelerator.cc File content/gpu/omx_video_decode_accelerator.cc (right): http://codereview.chromium.org/7034040/diff/1/content/gpu/omx_video_decode_accelerator.cc#newcode263 content/gpu/omx_video_decode_accelerator.cc:263: // setup |omx_buffer|. On 2011/05/19 ...
9 years, 7 months ago (2011-05-19 19:33:37 UTC) #4
vrk (LEFT CHROMIUM)
LGTM! http://codereview.chromium.org/7034040/diff/1/content/gpu/omx_video_decode_accelerator.cc File content/gpu/omx_video_decode_accelerator.cc (right): http://codereview.chromium.org/7034040/diff/1/content/gpu/omx_video_decode_accelerator.cc#newcode265 content/gpu/omx_video_decode_accelerator.cc:265: new base::SharedMemory(bitstream_buffer.handle(), true)); On 2011/05/19 19:33:37, Ami Fischman ...
9 years, 7 months ago (2011-05-19 19:57:03 UTC) #5
Ami GONE FROM CHROMIUM
+jam for OWNERS approval -brettw since his calendar makes it look like he's OOO until ...
9 years, 7 months ago (2011-05-20 02:41:55 UTC) #6
jam
content lgtm sorry for the delay, I missed this cl. in the future please IM ...
9 years, 7 months ago (2011-05-23 16:58:38 UTC) #7
commit-bot: I haz the power
9 years, 7 months ago (2011-05-23 18:05:53 UTC) #8
Change committed as 86302

Powered by Google App Engine
This is Rietveld 408576698