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

Issue 391030: Test program for OpenMAX video decoding (Closed)

Created:
11 years, 1 month ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
awong
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Test program for OpenMAX video decoding Including gyp file for openmax and the test application. The test application will link against libOmxCore.so which is provided by the target system. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31957

Patch Set 1 #

Total comments: 2

Patch Set 2 : comments #

Total comments: 7

Patch Set 3 : fixed comments #

Patch Set 4 : removed one header #

Patch Set 5 : removed tabs #

Patch Set 6 : build #

Patch Set 7 : comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -8 lines) Patch
M build/all.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M build/common.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
A media/omx/omx_test.cc View 1 2 3 4 5 1 chunk +163 lines, -0 lines 1 comment Download
A media/omx/omx_test.gyp View 1 chunk +30 lines, -0 lines 0 comments Download
M media/omx/omx_video_decoder.h View 3 chunks +6 lines, -4 lines 0 comments Download
M media/omx/omx_video_decoder.cc View 2 chunks +6 lines, -4 lines 0 comments Download
A third_party/openmax/openmax.gyp View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
This will provide a buildable test application for OpenMAX video decoding if the target system ...
11 years, 1 month ago (2009-11-12 07:28:16 UTC) #1
awong
http://codereview.chromium.org/391030/diff/1/3 File media/omx/omx_test.cc (right): http://codereview.chromium.org/391030/diff/1/3#newcode1 Line 1: #include "base/at_exit.h" You need a licnense blob. http://codereview.chromium.org/391030/diff/1/3#newcode6 ...
11 years, 1 month ago (2009-11-13 19:34:43 UTC) #2
Alpha Left Google
Added a lot of comments. Please take another look.
11 years, 1 month ago (2009-11-13 19:56:22 UTC) #3
awong
http://codereview.chromium.org/391030/diff/3001/4002 File media/omx/omx_test.cc (right): http://codereview.chromium.org/391030/diff/3001/4002#newcode34 Line 34: decoder_->Setup(component, codec); Technically no work is supposed to ...
11 years, 1 month ago (2009-11-13 20:04:58 UTC) #4
Alpha Left Google
Fixed the comments and make it work on build slaves.
11 years, 1 month ago (2009-11-13 21:59:41 UTC) #5
awong
11 years, 1 month ago (2009-11-13 22:03:09 UTC) #6
LGTM

1 more nit

http://codereview.chromium.org/391030/diff/5016/2020
File media/omx/omx_test.cc (right):

http://codereview.chromium.org/391030/diff/5016/2020#newcode67
Line 67: // task and give us some output data. The buffer is owned by the
decoder.
give us -> given us

Powered by Google App Engine
This is Rietveld 408576698