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

Issue 828063009: Clean up V4L2 codec-related flags and defines (Closed)

Created:
5 years, 11 months ago by henryhsu
Modified:
5 years, 10 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up V4L2 codec-related flags and defines All arm platforms support V4L2 SVDA by default and use_v4l2_codec also governs V4L2 VDA/VEA now. Generates libv4l2 stub in GN file. BUG=449883 TEST=build chrome and vda unittest on peach_pit, veyron_pinky, squawks, and panther_freon Committed: https://crrev.com/d5eeecc577f274bb8ed9d1954f263d83b5f00050 Cr-Commit-Position: refs/heads/master@{#314536}

Patch Set 1 #

Total comments: 17

Patch Set 2 : address comments #

Patch Set 3 : arm use use_v4l2_codec #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -62 lines) Patch
M content/common/BUILD.gn View 1 2 2 chunks +58 lines, -8 lines 0 comments Download
M content/common/common.gni View 1 1 chunk +5 lines, -4 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 3 chunks +4 lines, -8 lines 0 comments Download
M content/common/gpu/media/gpu_video_encode_accelerator.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 3 chunks +3 lines, -6 lines 0 comments Download
M content/content_common.gypi View 1 2 2 chunks +17 lines, -27 lines 0 comments Download
M content/content_tests.gypi View 1 2 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
henryhsu
posciak@chromium.org: Please review changes in piman@chromium.org: Please review changes in PTAL
5 years, 11 months ago (2015-01-20 07:25:11 UTC) #2
piman
lgtm https://codereview.chromium.org/828063009/diff/1/content/content_common.gypi File content/content_common.gypi (right): https://codereview.chromium.org/828063009/diff/1/content/content_common.gypi#newcode810 content/content_common.gypi:810: 'USE_V4L2_CODEC' Why is this needed? USE_V4L2_CODEC is not ...
5 years, 11 months ago (2015-01-20 19:22:49 UTC) #3
henryhsu
https://codereview.chromium.org/828063009/diff/1/content/content_common.gypi File content/content_common.gypi (right): https://codereview.chromium.org/828063009/diff/1/content/content_common.gypi#newcode810 content/content_common.gypi:810: 'USE_V4L2_CODEC' On 2015/01/20 19:22:49, piman (Very slow to review) ...
5 years, 11 months ago (2015-01-21 01:36:06 UTC) #4
Pawel Osciak
https://chromiumcodereview.appspot.com/828063009/diff/1/content/content_common.gypi File content/content_common.gypi (right): https://chromiumcodereview.appspot.com/828063009/diff/1/content/content_common.gypi#newcode808 content/content_common.gypi:808: 'direct_dependent_settings': { Could you please split the CL into ...
5 years, 11 months ago (2015-01-21 09:07:02 UTC) #5
wuchengli
https://codereview.chromium.org/828063009/diff/1/content/common/common.gni File content/common/common.gni (right): https://codereview.chromium.org/828063009/diff/1/content/common/common.gni#newcode19 content/common/common.gni:19: # Indicates if Video4Linux2 codec is used. This is ...
5 years, 11 months ago (2015-01-21 12:50:42 UTC) #6
henryhsu
https://codereview.chromium.org/828063009/diff/1/content/common/common.gni File content/common/common.gni (right): https://codereview.chromium.org/828063009/diff/1/content/common/common.gni#newcode19 content/common/common.gni:19: # Indicates if Video4Linux2 codec is used. This is ...
5 years, 11 months ago (2015-01-21 13:00:40 UTC) #7
Pawel Osciak
https://codereview.chromium.org/828063009/diff/1/content/common/BUILD.gn File content/common/BUILD.gn (right): https://codereview.chromium.org/828063009/diff/1/content/common/BUILD.gn#newcode339 content/common/BUILD.gn:339: "gpu/media/accelerated_video_decoder.h", Please keep lexicographical order. https://codereview.chromium.org/828063009/diff/1/content/common/common.gni File content/common/common.gni (right): ...
5 years, 11 months ago (2015-01-22 08:30:02 UTC) #8
henryhsu
all done https://codereview.chromium.org/828063009/diff/1/content/common/BUILD.gn File content/common/BUILD.gn (right): https://codereview.chromium.org/828063009/diff/1/content/common/BUILD.gn#newcode339 content/common/BUILD.gn:339: "gpu/media/accelerated_video_decoder.h", On 2015/01/22 08:30:01, Pawel Osciak wrote: ...
5 years, 11 months ago (2015-01-22 09:09:09 UTC) #9
Pawel Osciak
https://codereview.chromium.org/828063009/diff/1/content/common/common.gni File content/common/common.gni (right): https://codereview.chromium.org/828063009/diff/1/content/common/common.gni#newcode19 content/common/common.gni:19: # Indicates if Video4Linux2 codec is used. This is ...
5 years, 11 months ago (2015-01-23 05:50:47 UTC) #10
henryhsu
On 2015/01/23 05:50:47, Pawel Osciak wrote: > https://codereview.chromium.org/828063009/diff/1/content/common/common.gni > File content/common/common.gni (right): > > https://codereview.chromium.org/828063009/diff/1/content/common/common.gni#newcode19 ...
5 years, 11 months ago (2015-01-23 05:58:59 UTC) #11
henryhsu
Chromium version is greater than chromeos-base/chromeos-chrome-42.0.2291.0_rc-r1. So all arm platforms have use_v4l2_codec=1 now. PTAL.
5 years, 10 months ago (2015-02-04 03:45:17 UTC) #12
Pawel Osciak
lgtm
5 years, 10 months ago (2015-02-04 10:07:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/828063009/40001
5 years, 10 months ago (2015-02-04 10:08:37 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-04 10:56:01 UTC) #16
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/d5eeecc577f274bb8ed9d1954f263d83b5f00050 Cr-Commit-Position: refs/heads/master@{#314536}
5 years, 10 months ago (2015-02-04 10:57:44 UTC) #17
Pawel Osciak
5 years, 10 months ago (2015-02-05 05:06:12 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/902773003/ by posciak@chromium.org.

The reason for reverting is: x86 Chrome compile failure due to
https://code.google.com/p/chromium/issues/detail?id=455545..

Powered by Google App Engine
This is Rietveld 408576698