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 2229353002: V4L2SVDA: Add a VP9Accelerator implementation utilizing the V4L2 VP9 frame API. (Closed)

Created:
4 years, 4 months ago by Pawel Osciak
Modified:
4 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

V4L2SVDA: Add a VP9Accelerator implementation utilizing the V4L2 VP9 frame API. Add an implementation of VP9Accelerator to V4L2SliceVideoDecodeAccelerator, using the new V4L2 VP9 frame API. Also slightly reorganize context handling and update callbacks in Vp9Decoder and Vp9Parser. TEST=vdatest, crosvideo.appspot BUG=chrome-os-partner:56703 Committed: https://crrev.com/77118c9fc7d4dc3c4fd629ff3088f6fb891c3c5b Cr-Commit-Position: refs/heads/master@{#414961}

Patch Set 1 #

Total comments: 18

Patch Set 2 #

Total comments: 6

Patch Set 3 #

Patch Set 4 : compilation fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+810 lines, -203 lines) Patch
M media/filters/vp9_parser.h View 1 2 6 chunks +75 lines, -56 lines 0 comments Download
M media/filters/vp9_parser.cc View 1 2 13 chunks +109 lines, -73 lines 0 comments Download
M media/filters/vp9_parser_fuzzertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/filters/vp9_parser_unittest.cc View 1 2 11 chunks +23 lines, -24 lines 0 comments Download
M media/filters/vp9_uncompressed_header_parser.cc View 1 2 7 chunks +13 lines, -16 lines 0 comments Download
M media/gpu/accelerated_video_decoder.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/gpu/v4l2_device.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.h View 5 chunks +11 lines, -0 lines 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.cc View 1 2 3 19 chunks +479 lines, -10 lines 0 comments Download
M media/gpu/vaapi_video_decode_accelerator.cc View 1 4 chunks +31 lines, -6 lines 0 comments Download
M media/gpu/vp9_decoder.h View 1 5 chunks +29 lines, -10 lines 0 comments Download
M media/gpu/vp9_decoder.cc View 1 5 chunks +32 lines, -6 lines 0 comments Download

Messages

Total messages: 40 (26 generated)
Pawel Osciak
4 years, 4 months ago (2016-08-10 08:23:11 UTC) #2
kcwu
vp9_parser_unittest.cc need update as well. https://chromiumcodereview.appspot.com/2229353002/diff/1/media/filters/vp9_parser.cc File media/filters/vp9_parser.cc (right): https://chromiumcodereview.appspot.com/2229353002/diff/1/media/filters/vp9_parser.cc#newcode283 media/filters/vp9_parser.cc:283: << static_cast<int>(frame_context_idx) << " ...
4 years, 4 months ago (2016-08-10 09:59:19 UTC) #3
Pawel Osciak
done, ptal. https://chromiumcodereview.appspot.com/2229353002/diff/1/media/filters/vp9_parser.cc File media/filters/vp9_parser.cc (right): https://chromiumcodereview.appspot.com/2229353002/diff/1/media/filters/vp9_parser.cc#newcode283 media/filters/vp9_parser.cc:283: << static_cast<int>(frame_context_idx) << " to update"; On ...
4 years, 4 months ago (2016-08-13 01:51:30 UTC) #4
kcwu
nits https://codereview.chromium.org/2229353002/diff/20001/media/filters/vp9_parser.h File media/filters/vp9_parser.h (right): https://codereview.chromium.org/2229353002/diff/20001/media/filters/vp9_parser.h#newcode311 media/filters/vp9_parser.h:311: // Return a callback to update frame context ...
4 years, 4 months ago (2016-08-17 04:06:09 UTC) #5
Pawel Osciak
ptal https://codereview.chromium.org/2229353002/diff/20001/media/filters/vp9_parser.h File media/filters/vp9_parser.h (right): https://codereview.chromium.org/2229353002/diff/20001/media/filters/vp9_parser.h#newcode311 media/filters/vp9_parser.h:311: // Return a callback to update frame context ...
4 years, 4 months ago (2016-08-19 08:22:44 UTC) #6
kcwu
lgtm
4 years, 4 months ago (2016-08-19 08:28:17 UTC) #7
Pawel Osciak
+dalecurtis for OWNERS please. Thanks!
4 years, 4 months ago (2016-08-19 08:38:46 UTC) #10
DaleCurtis
=>sandersd@ for review.
4 years, 4 months ago (2016-08-22 17:39:10 UTC) #12
sandersd (OOO until July 31)
lgtm
4 years, 4 months ago (2016-08-22 20:52:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2229353002/80001
4 years, 3 months ago (2016-08-28 01:30:52 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/282875)
4 years, 3 months ago (2016-08-28 03:07:45 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2229353002/80001
4 years, 3 months ago (2016-08-28 12:01:37 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 3 months ago (2016-08-28 13:18:56 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-08-28 13:20:59 UTC) #40
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/77118c9fc7d4dc3c4fd629ff3088f6fb891c3c5b
Cr-Commit-Position: refs/heads/master@{#414961}

Powered by Google App Engine
This is Rietveld 408576698