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

Issue 1822103003: Allow padding in WrapVideoFrameInCVPixelBuffer (Closed)

Created:
4 years, 9 months ago by emircan
Modified:
4 years, 8 months ago
Reviewers:
jfroy, DaleCurtis, miu
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow padding in WrapVideoFrameInCVPixelBuffer This CL allows visible_rect and coded_size differences in WrapVideoFrameInCVPixelBuffer. BUG=596674 Committed: https://crrev.com/57ad17882fe82d222ffc20d8d03140c1afa366a8 Cr-Commit-Position: refs/heads/master@{#383662}

Patch Set 1 #

Total comments: 8

Patch Set 2 : miu@ comments. #

Total comments: 10

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -18 lines) Patch
M media/base/mac/video_frame_mac.cc View 3 chunks +6 lines, -14 lines 0 comments Download
M media/base/mac/video_frame_mac_unittests.cc View 1 2 3 5 chunks +67 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
emircan
PTAL.
4 years, 9 months ago (2016-03-23 07:53:45 UTC) #3
jfroy
Does this actually deal with the data correctly? I imagine when visible rect != coded ...
4 years, 9 months ago (2016-03-23 16:53:15 UTC) #4
miu
On 2016/03/23 16:53:15, jfroy wrote: > Does this actually deal with the data correctly? I ...
4 years, 9 months ago (2016-03-24 20:24:30 UTC) #5
miu
https://codereview.chromium.org/1822103003/diff/1/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc (right): https://codereview.chromium.org/1822103003/diff/1/media/base/mac/video_frame_mac_unittests.cc#newcode136 media/base/mac/video_frame_mac_unittests.cc:136: TEST(VideoFrameMac, CheckFrameWithVisibleRect) { nit: Please rename to something more ...
4 years, 9 months ago (2016-03-24 20:29:00 UTC) #6
emircan
https://codereview.chromium.org/1822103003/diff/1/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc (right): https://codereview.chromium.org/1822103003/diff/1/media/base/mac/video_frame_mac_unittests.cc#newcode136 media/base/mac/video_frame_mac_unittests.cc:136: TEST(VideoFrameMac, CheckFrameWithVisibleRect) { On 2016/03/24 20:29:00, miu wrote: > ...
4 years, 9 months ago (2016-03-25 07:43:22 UTC) #7
miu
https://codereview.chromium.org/1822103003/diff/20001/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc (right): https://codereview.chromium.org/1822103003/diff/20001/media/base/mac/video_frame_mac_unittests.cc#newcode136 media/base/mac/video_frame_mac_unittests.cc:136: static void FillFrameWithColumnIndices(const scoped_refptr<VideoFrame>& frame) { nit: Please pass ...
4 years, 9 months ago (2016-03-25 21:38:37 UTC) #8
emircan
https://codereview.chromium.org/1822103003/diff/20001/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc (right): https://codereview.chromium.org/1822103003/diff/20001/media/base/mac/video_frame_mac_unittests.cc#newcode136 media/base/mac/video_frame_mac_unittests.cc:136: static void FillFrameWithColumnIndices(const scoped_refptr<VideoFrame>& frame) { On 2016/03/25 21:38:37, ...
4 years, 9 months ago (2016-03-25 23:32:09 UTC) #9
miu
lgtm % a few important things I missed the last time around: https://codereview.chromium.org/1822103003/diff/40001/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc ...
4 years, 9 months ago (2016-03-25 23:53:49 UTC) #10
emircan
https://codereview.chromium.org/1822103003/diff/40001/media/base/mac/video_frame_mac_unittests.cc File media/base/mac/video_frame_mac_unittests.cc (right): https://codereview.chromium.org/1822103003/diff/40001/media/base/mac/video_frame_mac_unittests.cc#newcode145 media/base/mac/video_frame_mac_unittests.cc:145: plane_ptr[index] = w; On 2016/03/25 23:53:49, miu wrote: > ...
4 years, 8 months ago (2016-03-29 01:33:10 UTC) #11
emircan
dalecurtis@, RS OWNERS review pls?
4 years, 8 months ago (2016-03-29 01:33:45 UTC) #13
DaleCurtis
lgtm
4 years, 8 months ago (2016-03-29 02:05:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1822103003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1822103003/60001
4 years, 8 months ago (2016-03-29 02:08:51 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-29 02:58:33 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 03:00:03 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/57ad17882fe82d222ffc20d8d03140c1afa366a8
Cr-Commit-Position: refs/heads/master@{#383662}

Powered by Google App Engine
This is Rietveld 408576698