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

Issue 122233002: vda: Rename Exynos VDA to V4L2 VDA (Closed)

Created:
6 years, 11 months ago by shivdasp
Modified:
6 years, 11 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, wjia+watch_chromium.org, sheu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

vda: Rename Exynos VDA to V4L2 VDA This change is the first pass of restructuring the exynos vda implementation to a more generic v4l2 vda to facilitate support for other v4l2 based vda. BUG=chromium-os-partner:24752 TEST=Run video playback, vda_unittest Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243803

Patch Set 1 #

Total comments: 13

Patch Set 2 : vda: Rename Exynos VDA to V4L2 VDA #

Total comments: 8

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -2833 lines) Patch
D content/common/gpu/media/exynos_video_decode_accelerator.h View 1 chunk +0 lines, -427 lines 0 comments Download
D content/common/gpu/media/exynos_video_decode_accelerator.cc View 1 chunk +0 lines, -1997 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + content/common/gpu/media/v4l2_video_decode_accelerator.h View 1 2 3 15 chunks +65 lines, -64 lines 0 comments Download
A + content/common/gpu/media/v4l2_video_decode_accelerator.cc View 1 2 3 4 76 chunks +329 lines, -333 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/testdata/bear.README View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/testdata/npot-video.README View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/testdata/red-green.README View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/testdata/test-25fps.README View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/content_common.gypi View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
shivdasp
ping.
6 years, 11 months ago (2014-01-06 09:41:30 UTC) #1
Pawel Osciak
On 2014/01/06 09:41:30, shivdasp wrote: > ping. Oh sorry. I didn't get the notification email ...
6 years, 11 months ago (2014-01-06 09:51:31 UTC) #2
Pawel Osciak
On 2014/01/06 09:51:31, posciak wrote: > On 2014/01/06 09:41:30, shivdasp wrote: > > ping. > ...
6 years, 11 months ago (2014-01-06 09:53:30 UTC) #3
shivdasp
On 2014/01/06 09:53:30, posciak wrote: > On 2014/01/06 09:51:31, posciak wrote: > > On 2014/01/06 ...
6 years, 11 months ago (2014-01-06 10:05:19 UTC) #4
Pawel Osciak
On 2014/01/06 10:05:19, shivdasp wrote: > On 2014/01/06 09:53:30, posciak wrote: > > On 2014/01/06 ...
6 years, 11 months ago (2014-01-06 10:11:01 UTC) #5
shivdasp
On 2014/01/06 10:11:01, posciak wrote: > On 2014/01/06 10:05:19, shivdasp wrote: > > On 2014/01/06 ...
6 years, 11 months ago (2014-01-06 10:27:15 UTC) #6
Ami GONE FROM CHROMIUM
On Mon, Jan 6, 2014 at 2:27 AM, <shivdasp@nvidia.com> wrote: > I got below error: ...
6 years, 11 months ago (2014-01-06 16:20:45 UTC) #7
Pawel Osciak
On 2014/01/06 16:20:45, Ami Fischman wrote: > On Mon, Jan 6, 2014 at 2:27 AM, ...
6 years, 11 months ago (2014-01-07 04:03:04 UTC) #8
Pawel Osciak
Comments added. Please also update the CL description to something like "Rename Exynos VDA to ...
6 years, 11 months ago (2014-01-07 04:16:26 UTC) #9
shivdasp
Will address all the comments. In general will remove all references to exynos and mfc ...
6 years, 11 months ago (2014-01-07 04:31:13 UTC) #10
Pawel Osciak
https://codereview.chromium.org/122233002/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.h File content/common/gpu/media/v4l2_video_decode_accelerator.h (right): https://codereview.chromium.org/122233002/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.h#newcode87 content/common/gpu/media/v4l2_video_decode_accelerator.h:87: kMfcInputBufferCount = 8, On 2014/01/07 04:31:14, shivdasp wrote: > ...
6 years, 11 months ago (2014-01-07 04:35:48 UTC) #11
shivdasp
There are a couple of references for Exynos in comments since the description is specific ...
6 years, 11 months ago (2014-01-07 06:58:35 UTC) #12
Pawel Osciak
Just a few more nits. Thanks for your patience! https://codereview.chromium.org/122233002/diff/210001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/122233002/diff/210001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode284 content/common/gpu/media/v4l2_video_decode_accelerator.cc:284: ...
6 years, 11 months ago (2014-01-07 07:18:12 UTC) #13
shivdasp
Incorporated review comments. Please have a look.
6 years, 11 months ago (2014-01-07 07:48:55 UTC) #14
Pawel Osciak
Alright, this lgtm to me with 4 remaining small comments. I'll ask Ami for a ...
6 years, 11 months ago (2014-01-07 08:06:37 UTC) #15
shivdasp
Review comments incorporated. Pawel, I plan to upload another CL for introducing the v4l2_device abstraction ...
6 years, 11 months ago (2014-01-07 08:53:21 UTC) #16
Ami GONE FROM CHROMIUM
LGTM % nits. Thanks for the cleanup! https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode193 content/common/gpu/media/v4l2_video_decode_accelerator.cc:193: decoder_thread_("DecoderThread"), s/DecoderThread/V4L2DecoderThread/ ...
6 years, 11 months ago (2014-01-08 01:56:38 UTC) #17
Pawel Osciak
On 2014/01/07 08:53:21, shivdasp wrote: > Review comments incorporated. > > Pawel, > I plan ...
6 years, 11 months ago (2014-01-08 01:58:58 UTC) #18
Pawel Osciak
piman@: Please OWNERS for content_commoon
6 years, 11 months ago (2014-01-08 02:00:20 UTC) #19
piman
lgtm https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode59 content/common/gpu/media/v4l2_video_decode_accelerator.cc:59: const char kDevice[] = "/dev/mfc-dec"; mmh... renaming doesn't ...
6 years, 11 months ago (2014-01-08 02:22:21 UTC) #20
Pawel Osciak
https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/122233002/diff/350001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode59 content/common/gpu/media/v4l2_video_decode_accelerator.cc:59: const char kDevice[] = "/dev/mfc-dec"; On 2014/01/08 02:22:21, piman ...
6 years, 11 months ago (2014-01-08 02:27:55 UTC) #21
shivdasp
Thanks for review everyone. Please have a look at new patchset.
6 years, 11 months ago (2014-01-08 05:14:44 UTC) #22
Ami GONE FROM CHROMIUM
PS#5 still LGTM.
6 years, 11 months ago (2014-01-08 21:21:41 UTC) #23
Pawel Osciak
PS5 lgtm from me as well.
6 years, 11 months ago (2014-01-09 01:23:34 UTC) #24
shivdasp
Any action on me now ?
6 years, 11 months ago (2014-01-09 05:11:40 UTC) #25
Pawel Osciak
On 2014/01/09 05:11:40, shivdasp wrote: > Any action on me now ? Putting a checkmark ...
6 years, 11 months ago (2014-01-09 05:13:00 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shivdasp@nvidia.com/122233002/450001
6 years, 11 months ago (2014-01-09 05:13:44 UTC) #27
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 07:46:09 UTC) #28
Message was sent while issue was closed.
Change committed as 243803

Powered by Google App Engine
This is Rietveld 408576698