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

Issue 2281043002: media: gpu: vea_unittest: fix alignment on non ARM platforms (Closed)

Created:
4 years, 3 months ago by llandwerlin-old
Modified:
4 years, 3 months ago
Reviewers:
Pawel Osciak
CC:
chromium-reviews, posciak+watch_chromium.org, piman+watch_chromium.org, feature-media-reviews_chromium.org, dskaram
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

media: gpu: vea_unittest: fix alignment on non ARM platforms The base::AlignedAlloc expects a alignement multiple of sizeof(void*) : DCHECK_EQ(alignment % sizeof(void*), 0U); This fixes this error : [0826/162544:FATAL:aligned_memory.cc(19)] Check failed: alignment % sizeof(void*) == 0U (1 vs. 0) BUG=647570 TEST=run video_encode_accelerator_unittest on a non ARM platform Committed: https://crrev.com/fa9176904652aafddc53351571dd2dc2c65a36db Cr-Commit-Position: refs/heads/master@{#419124}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M media/gpu/video_encode_accelerator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
llandwerlin-old
posciak: PTAL, thanks
4 years, 3 months ago (2016-08-26 15:36:49 UTC) #2
Pawel Osciak
lgtm
4 years, 3 months ago (2016-09-16 03:21:23 UTC) #4
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/2281043002/1
4 years, 3 months ago (2016-09-16 06:29:03 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-16 07:34:10 UTC) #9
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 07:35:29 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/fa9176904652aafddc53351571dd2dc2c65a36db
Cr-Commit-Position: refs/heads/master@{#419124}

Powered by Google App Engine
This is Rietveld 408576698