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

Issue 213313003: Experimental patch for MediaCodec APIs. (Closed)

Created:
6 years, 9 months ago by bbudge
Modified:
6 years, 5 months ago
Reviewers:
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, jam, yzshen+watch_chromium.org, joi+watch-content_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, raymes+watch_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, binji, ihf+watch_chromium.org
Visibility:
Public.

Description

---NOT FOR REVIEW---- BUG=281689

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : Software decoders hooked up. #

Patch Set 4 : Rewrite to final API. #

Patch Set 5 : #

Patch Set 6 : Update to track hardware CL. #

Patch Set 7 : Update to hardware Cl w/synchronous shm creation. #

Patch Set 8 : Update. Requires chromium @r273920 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+851 lines, -56 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_video_decoder_host.h View 1 2 3 4 5 6 7 5 chunks +28 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_video_decoder_host.cc View 1 2 3 4 5 6 7 17 chunks +600 lines, -47 lines 0 comments Download
M content/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/examples/video_decode/video_decode.cc View 1 2 3 4 5 6 7 7 chunks +57 lines, -3 lines 0 comments Download
M ppapi/examples/video_decode/video_decode_dev.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M ppapi/proxy/video_decoder_resource.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/proxy/video_decoder_resource.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -1 line 0 comments Download
M ppapi/proxy/video_decoder_resource_unittest.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
A ppapi/tests/test_video_decoder.h View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
A ppapi/tests/test_video_decoder.cc View 1 2 3 4 5 6 7 1 chunk +109 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698