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

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed)

Created:
8 years, 2 months ago by sheu
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Base URL:
https://git.chromium.org/git/chromium/src@git-svn
Visibility:
Public.

Description

VDA implementation for Exynos, using V4L2 This is a VDA implementation for Exynos that does not use the OMX layer, instead interfacing directly with the V4L2 devices exported by the s5p-mfc and gsc-m2m kernel drivers. TEST=local build, run on snow, unittests BUG=chrome-os-partner:10057 BUG=chromium-os:37807 Change-Id: Id39a38ba739bab166a484190d9e207c5523ef345 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177141

Patch Set 1 #

Total comments: 96

Patch Set 2 : Update.wq #

Patch Set 3 : And one more. #

Total comments: 114

Patch Set 4 : Halfway through .cc review.wq #

Total comments: 74

Patch Set 5 : Final? #

Total comments: 20

Patch Set 6 : Final?? #

Total comments: 56

Patch Set 7 : ioctl bits? #

Patch Set 8 : <WIP> #

Patch Set 9 : Rebase. #

Patch Set 10 : Switch to eventfd for device-polling interrupt. #

Total comments: 13

Patch Set 11 : Rebase. #

Patch Set 12 : Added H264 parsing for frame boundaries. #

Total comments: 1

Patch Set 13 : Rebase. #

Patch Set 14 : H264 parsing. poll(), Flush() fixes. #

Patch Set 15 : Rebase. #

Patch Set 16 : scoped_array<> deprecated. #

Total comments: 3

Patch Set 17 : Rebase. #

Patch Set 18 : Replaced one LOG() with DLOG() per posciak@ #

Total comments: 142

Patch Set 19 : Rebase. #

Patch Set 20 : Revisions from @fischman #

Patch Set 21 : Rebase. #

Patch Set 22 : Flush() path rework. #

Total comments: 31

Patch Set 23 : Rebase. #

Patch Set 24 : Comments and code movement. #

Total comments: 4

Patch Set 25 : Removed Flush() early-completion for resetting case. #

Patch Set 26 : Bug number update. #

Total comments: 71

Patch Set 27 : content:: fixes from piman@. #

Total comments: 4

Patch Set 28 : Rebase. #

Patch Set 29 : Comment removal. #

Total comments: 4

Patch Set 30 : Made FindFrameFragment check a CHECK. #

Patch Set 31 : mark kUseExynosVda as CONTENT_EXPORT. #

Patch Set 32 : Qualify use of kUseExynosVda symbol in content::switches namespace. #

Patch Set 33 : Put check for kUseExynoVda behind OS_CHROMEOS/ARCH_CPU_ARMEL defs. #

Patch Set 34 : Rebase. #

Patch Set 35 : Reuploading so I can resbumit because the Windows builders were broken due to a WebKit roll, and I … #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2753 lines, -20 lines) Patch
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -0 lines 0 comments Download
A content/common/gpu/media/exynos_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +434 lines, -0 lines 0 comments Download
A content/common/gpu/media/exynos_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2254 lines, -0 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +16 lines, -5 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +36 lines, -14 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +2 lines, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 87 (0 generated)
sheu
It's been awhile.
8 years, 2 months ago (2012-10-18 08:18:04 UTC) #1
sheu
And it's a beaut. I'm looping Youtube videos overnight to check for leaks. But it ...
8 years, 2 months ago (2012-10-18 08:19:34 UTC) #2
Ami GONE FROM CHROMIUM
lolwat? I had no idea anyone was working on this. I haven't gone through the ...
8 years, 2 months ago (2012-10-18 08:30:25 UTC) #3
sheu
Heh. Secret Santa. I'm not aligning this for any particular branch point actually, but I ...
8 years, 2 months ago (2012-10-18 08:45:43 UTC) #4
sheu
It should be possible to generalize this to V4L2 devices in general, though my focus ...
8 years, 2 months ago (2012-10-18 08:48:27 UTC) #5
Ami GONE FROM CHROMIUM
On 2012/10/18 08:48:27, sheu wrote: > It should be possible to generalize this to V4L2 ...
8 years, 2 months ago (2012-10-18 17:50:39 UTC) #6
Pawel Osciak
On 2012/10/18 08:30:25, Ami Fischman wrote: > lolwat? I had no idea anyone was working ...
8 years, 2 months ago (2012-10-18 18:22:31 UTC) #7
Pawel Osciak
On 2012/10/18 08:18:04, sheu wrote: > It's been awhile. Great! I will do a thorough ...
8 years, 2 months ago (2012-10-18 18:23:24 UTC) #8
Ami GONE FROM CHROMIUM
> > It is a V4L2VDA, but only Samsung codecs support V4L2 for now. > ...
8 years, 1 month ago (2012-10-29 20:54:09 UTC) #9
Ami GONE FROM CHROMIUM
> TEST=local build, run on lucas You should definitely make content/common/gpu/media/video_decode_accelerator_unittest.cc use this and test ...
8 years, 1 month ago (2012-10-29 20:56:00 UTC) #10
marcheu
On 2012/10/29 20:54:09, Ami Fischman wrote: > > > > It is a V4L2VDA, but ...
8 years, 1 month ago (2012-10-29 21:39:09 UTC) #11
Ami GONE FROM CHROMIUM
Thanks for the explanation, Stephane. Do you know whether tegra exposes v4l2? (would we want ...
8 years, 1 month ago (2012-10-29 21:54:27 UTC) #12
marcheu
On 2012/10/29 21:54:27, Ami Fischman wrote: > Thanks for the explanation, Stephane. > Do you ...
8 years, 1 month ago (2012-10-29 22:00:03 UTC) #13
Ami GONE FROM CHROMIUM
Mostly only reviewed EVDA.h in this pass, with just a few comments in the .cc ...
8 years, 1 month ago (2012-10-29 23:30:16 UTC) #14
posciak1
No, Tegra does not support V4L2. If we ever decide to go with them again, ...
8 years, 1 month ago (2012-10-30 00:57:56 UTC) #15
sheu
Commentated, updated. PTAL. https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode91 content/common/gpu/media/exynos_video_decode_accelerator.cc:91: if (egl_images != NULL) { On ...
8 years, 1 month ago (2012-10-30 09:05:02 UTC) #16
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode575 content/common/gpu/media/exynos_video_decode_accelerator.cc:575: decoder_decode_buffer_tasks_scheduled_ += 1; On 2012/10/30 09:05:03, sheu wrote: > ...
8 years, 1 month ago (2012-10-31 01:06:50 UTC) #17
sheu
Updated. PTALSMKTHXBAI (PTAL some more *) https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/1/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode575 content/common/gpu/media/exynos_video_decode_accelerator.cc:575: decoder_decode_buffer_tasks_scheduled_ += 1; ...
8 years, 1 month ago (2012-11-01 02:16:08 UTC) #18
sheu
Also: I did rename DeviceTask() and associated functions to DevicePollLoop(), since it isn't a decoder ...
8 years, 1 month ago (2012-11-01 02:23:44 UTC) #19
sheu
Also: I did rename DeviceTask() and associated functions to DevicePollLoop(), since it isn't a decoder ...
8 years, 1 month ago (2012-11-01 02:23:45 UTC) #20
sheu
https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode1005 content/common/gpu/media/exynos_video_decode_accelerator.cc:1005: // queue. Note Not uploaded yet, but fixed https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode1630 ...
8 years, 1 month ago (2012-11-01 03:30:00 UTC) #21
Ami GONE FROM CHROMIUM
Still haven't made it into the second half of the .cc file. https://chromiumcodereview.appspot.com/11198060/diff/19001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc ...
8 years, 1 month ago (2012-11-02 17:57:06 UTC) #22
Ami GONE FROM CHROMIUM
Got through it all! https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode175 content/common/gpu/media/exynos_video_decode_accelerator.cc:175: Destroy(); Part of VDA::Destroy()'s API ...
8 years, 1 month ago (2012-11-02 21:11:08 UTC) #23
sheu
https://chromiumcodereview.appspot.com/11198060/diff/23001/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/23001/content/browser/gpu/gpu_process_host.cc#newcode49 content/browser/gpu/gpu_process_host.cc:49: namespace content { On 2012/11/02 17:57:06, Ami Fischman wrote: ...
8 years, 1 month ago (2012-11-03 00:37:14 UTC) #24
sheu
Last revision had an issue. This one should be better. https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode1707 ...
8 years, 1 month ago (2012-11-03 01:30:09 UTC) #25
Pawel Osciak
Left comments in PS 5 and 6. In general, there is quite a bit of ...
8 years, 1 month ago (2012-11-06 19:26:16 UTC) #26
Ami GONE FROM CHROMIUM
Imma hold off reviewing the rest of this until posciak@ LG's. https://chromiumcodereview.appspot.com/11198060/diff/23001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): ...
8 years, 1 month ago (2012-11-06 19:50:10 UTC) #27
sheu
A major theme seems to be "break out all those ioctls into helper functions". Well, ...
8 years, 1 month ago (2012-11-08 21:16:30 UTC) #28
Pawel Osciak
https://chromiumcodereview.appspot.com/11198060/diff/31003/content/common/gpu/media/exynos_video_decode_accelerator.h File content/common/gpu/media/exynos_video_decode_accelerator.h (right): https://chromiumcodereview.appspot.com/11198060/diff/31003/content/common/gpu/media/exynos_video_decode_accelerator.h#newcode132 content/common/gpu/media/exynos_video_decode_accelerator.h:132: size_t bytes_used[2]; // bytes used in each dmabuf. On ...
8 years, 1 month ago (2012-11-13 18:10:38 UTC) #29
Pawel Osciak
On 2012/11/08 21:16:30, sheu wrote: > A major theme seems to be "break out all ...
8 years, 1 month ago (2012-11-13 18:11:41 UTC) #30
Pawel Osciak
BTW, IWBN to run EVDA and OVDA through vdatest and see the FPS diff before ...
8 years, 1 month ago (2012-11-14 17:23:32 UTC) #31
sheu
Alright, the latest patch isn't just <WIP>, it should be good. Haven't run VDATest yet; ...
8 years, 1 month ago (2012-11-17 03:25:08 UTC) #32
Pawel Osciak
lgtm with one comment and putting the ball back in Ami's court. https://chromiumcodereview.appspot.com/11198060/diff/34002/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc ...
8 years, 1 month ago (2012-11-20 18:36:00 UTC) #33
sheu
On 2012/11/20 18:36:00, posciak wrote: > My point is, this is very different from VAVDA. ...
8 years, 1 month ago (2012-11-20 18:38:59 UTC) #34
sheu
PTAL. I rebased the previous CL first for an easier diff. * Change to using ...
8 years ago (2012-11-28 00:03:46 UTC) #35
Pawel Osciak
Looking good, just a few nits. https://chromiumcodereview.appspot.com/11198060/diff/53001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/53001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode355 content/common/gpu/media/exynos_video_decode_accelerator.cc:355: epoll_ctl(device_poll_epoll_fd_, EPOLL_CTL_ADD, device_poll_interrupt_fd_, ...
8 years ago (2012-11-29 19:19:53 UTC) #36
sheu
Fixed up, and added in a bit of H264 parsing (since VDA unittest likes to ...
8 years ago (2012-11-30 23:48:21 UTC) #37
Pawel Osciak
https://chromiumcodereview.appspot.com/11198060/diff/53001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/53001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode1186 content/common/gpu/media/exynos_video_decode_accelerator.cc:1186: // Enqueue a GSC input (VIDEO_OUTPUT) buffer for a ...
8 years ago (2012-12-01 00:11:20 UTC) #38
sheu
Rebased and updated. * Now using H264Parser for parsing. * Moved away from using epoll() ...
8 years ago (2012-12-17 08:36:08 UTC) #39
Ami GONE FROM CHROMIUM
Please also test with vimeo (HTML5 & flash) and dailymotion.com/html5effects as well as the normal ...
8 years ago (2012-12-17 16:52:57 UTC) #40
sheu
You can take a look at this CL again right about now :-) I've tried ...
8 years ago (2012-12-17 21:14:32 UTC) #41
Ami GONE FROM CHROMIUM
> You can take a look at this CL again right about now :-) > ...
8 years ago (2012-12-17 21:17:47 UTC) #42
sheu
On 2012/12/17 21:17:47, Ami Fischman wrote: > lol "fault". Isn't m25 branch cut today? Are ...
8 years ago (2012-12-17 21:19:15 UTC) #43
sheu
Updating due to deprecation of scoped_array<>: see http://src.chromium.org/viewvc/chrome?view=rev&revision=174057. PTAL.
8 years ago (2012-12-21 00:51:45 UTC) #44
Pawel Osciak
lgtm https://chromiumcodereview.appspot.com/11198060/diff/72001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/72001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode255 content/common/gpu/media/exynos_video_decode_accelerator.cc:255: LOG(ERROR) << "Initialize(): unsupported profile=" << profile; This ...
7 years, 12 months ago (2012-12-27 16:38:37 UTC) #45
sheu
Ami: Pawel is fine with this. Your turn :-) https://chromiumcodereview.appspot.com/11198060/diff/72001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/72001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode255 content/common/gpu/media/exynos_video_decode_accelerator.cc:255: ...
7 years, 11 months ago (2013-01-02 20:47:38 UTC) #46
Ami GONE FROM CHROMIUM
Looking great, though I haven't finished the evda.cc file yet. I think there's only one ...
7 years, 11 months ago (2013-01-04 01:57:05 UTC) #47
Pawel Osciak
https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.h File content/common/gpu/media/exynos_video_decode_accelerator.h (right): https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.h#newcode167 content/common/gpu/media/exynos_video_decode_accelerator.h:167: void* address[2]; // mmap() address for each plane. On ...
7 years, 11 months ago (2013-01-04 02:29:27 UTC) #48
Ami GONE FROM CHROMIUM
Finished reviewing PS#18. https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode403 content/common/gpu/media/exynos_video_decode_accelerator.cc:403: DCHECK_EQ(gsc_output_buffer_count_, static_cast<int>(buffers.size())); This should be stronger ...
7 years, 11 months ago (2013-01-04 21:38:55 UTC) #49
sheu
Revision is up. It compiles but I haven't tested yet -- consider this a preview. ...
7 years, 11 months ago (2013-01-05 00:51:49 UTC) #50
sheu
I reworked the Flush() path a bit to take into account fischman@'s points about ordering. ...
7 years, 11 months ago (2013-01-09 23:57:51 UTC) #51
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/92001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode32 content/common/gpu/media/exynos_video_decode_accelerator.cc:32: LOG(ERROR) << "calling NotifyError(): " << x; \ On ...
7 years, 11 months ago (2013-01-11 00:46:33 UTC) #52
sheu
I'll get the code size measurements sometime. But I have it in mind to remove ...
7 years, 11 months ago (2013-01-11 10:41:41 UTC) #53
Ami GONE FROM CHROMIUM
So close! https://chromiumcodereview.appspot.com/11198060/diff/138001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/138001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode148 content/common/gpu/media/exynos_video_decode_accelerator.cc:148: buffer.egl_image = EGL_NO_IMAGE_KHR; If PictureBufferRef had an ...
7 years, 11 months ago (2013-01-11 20:14:42 UTC) #54
sheu
https://chromiumcodereview.appspot.com/11198060/diff/138001/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/138001/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode148 content/common/gpu/media/exynos_video_decode_accelerator.cc:148: buffer.egl_image = EGL_NO_IMAGE_KHR; On 2013/01/11 20:14:42, Ami Fischman wrote: ...
7 years, 11 months ago (2013-01-11 21:40:06 UTC) #55
Ami GONE FROM CHROMIUM
LGTM! Before submitting, though, please open a tracking crbug for converting snow from OVDA to ...
7 years, 11 months ago (2013-01-11 22:12:36 UTC) #56
Pawel Osciak
Actually, before submitting, I've been thinking about this quite a bit and I think we ...
7 years, 11 months ago (2013-01-11 22:21:50 UTC) #57
sheu
I've been tracking the effort in the bug referenced: https://code.google.com/p/chrome-os-partner/issues/detail?id=10057. Should I open another one?
7 years, 11 months ago (2013-01-11 22:22:03 UTC) #58
sheu
On 2013/01/11 22:21:50, posciak wrote: > Actually, before submitting, I've been thinking about this quite ...
7 years, 11 months ago (2013-01-11 22:30:43 UTC) #59
Pawel Osciak
On 2013/01/11 22:30:43, sheu wrote: > On 2013/01/11 22:21:50, posciak wrote: > > Actually, before ...
7 years, 11 months ago (2013-01-11 22:37:49 UTC) #60
Ami GONE FROM CHROMIUM
John: I think it'd be useful to use a public bug instead of the restricted ...
7 years, 11 months ago (2013-01-11 22:38:24 UTC) #61
sheu
LET'S LAND THIS BUFF
7 years, 11 months ago (2013-01-12 00:38:30 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/145005
7 years, 11 months ago (2013-01-12 00:44:20 UTC) #63
commit-bot: I haz the power
Presubmit check for 11198060-145005 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-12 00:44:26 UTC) #64
sheu
Missing another reviewer. piman@: can you check this one? The big chunks (exynos_video_decode_accelerator.*) have been ...
7 years, 11 months ago (2013-01-12 00:50:54 UTC) #65
piman
Bunch of nits, couple of possible problems (but nothing fundamental). In particular, we should use ...
7 years, 11 months ago (2013-01-12 03:24:58 UTC) #66
Ami GONE FROM CHROMIUM
nit/note meta-review ;) > https://chromiumcodereview.**appspot.com/11198060/diff/** > 145005/content/common/gpu/**media/exynos_video_decode_**accelerator.h<https://chromiumcodereview.appspot.com/11198060/diff/145005/content/common/gpu/media/exynos_video_decode_accelerator.h> > File content/common/gpu/media/**exynos_video_decode_**accelerator.h > (right): > > https://chromiumcodereview.**appspot.com/11198060/diff/** ...
7 years, 11 months ago (2013-01-12 17:45:41 UTC) #67
sheu
Updated, PTAL. https://chromiumcodereview.appspot.com/11198060/diff/145005/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/145005/content/browser/gpu/gpu_process_host.cc#newcode994 content/browser/gpu/gpu_process_host.cc:994: switches::kUseExynosVda, On 2013/01/12 03:24:58, piman wrote: > ...
7 years, 11 months ago (2013-01-14 23:49:49 UTC) #68
piman
https://chromiumcodereview.appspot.com/11198060/diff/145005/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/145005/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode263 content/common/gpu/media/exynos_video_decode_accelerator.cc:263: // Nuke the entire site from orbit -- it's ...
7 years, 11 months ago (2013-01-15 01:36:51 UTC) #69
sheu
https://chromiumcodereview.appspot.com/11198060/diff/145005/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/145005/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode263 content/common/gpu/media/exynos_video_decode_accelerator.cc:263: // Nuke the entire site from orbit -- it's ...
7 years, 11 months ago (2013-01-15 05:05:43 UTC) #70
piman
LGTM+nits https://chromiumcodereview.appspot.com/11198060/diff/145007/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/145007/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode752 content/common/gpu/media/exynos_video_decode_accelerator.cc:752: DCHECK_LE(decoded_size, data_size); nit: make it a real CHECK ...
7 years, 11 months ago (2013-01-15 05:11:29 UTC) #71
sheu
Done. https://chromiumcodereview.appspot.com/11198060/diff/145007/content/common/gpu/media/exynos_video_decode_accelerator.cc File content/common/gpu/media/exynos_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/11198060/diff/145007/content/common/gpu/media/exynos_video_decode_accelerator.cc#newcode752 content/common/gpu/media/exynos_video_decode_accelerator.cc:752: DCHECK_LE(decoded_size, data_size); On 2013/01/15 05:11:29, piman wrote: > ...
7 years, 11 months ago (2013-01-15 05:26:31 UTC) #72
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/158001
7 years, 11 months ago (2013-01-15 05:29:43 UTC) #73
commit-bot: I haz the power
Presubmit check for 11198060-158001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-15 05:29:58 UTC) #74
DaveMoore
login lgtm
7 years, 11 months ago (2013-01-15 20:06:00 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/158001
7 years, 11 months ago (2013-01-15 20:08:04 UTC) #76
commit-bot: I haz the power
Retried try job too often on mac for step(s) compile
7 years, 11 months ago (2013-01-15 21:43:08 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/171002
7 years, 11 months ago (2013-01-15 21:52:40 UTC) #78
commit-bot: I haz the power
Retried try job too often on win for step(s) compile
7 years, 11 months ago (2013-01-16 00:03:11 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/188001
7 years, 11 months ago (2013-01-16 00:11:12 UTC) #80
commit-bot: I haz the power
Failed to trigger a try job on mac HTTP Error 400: Bad Request
7 years, 11 months ago (2013-01-16 01:10:12 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/186004
7 years, 11 months ago (2013-01-16 01:17:24 UTC) #82
commit-bot: I haz the power
Retried try job too often on win for step(s) compile
7 years, 11 months ago (2013-01-16 03:23:55 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/186004
7 years, 11 months ago (2013-01-16 06:41:01 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/181005
7 years, 11 months ago (2013-01-16 07:10:12 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/11198060/186014
7 years, 11 months ago (2013-01-16 10:27:45 UTC) #86
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 13:21:14 UTC) #87
Message was sent while issue was closed.
Change committed as 177141

Powered by Google App Engine
This is Rietveld 408576698