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

Issue 1313413010: Add VideoFrame::CreateZeroInitializedFrame (Closed)

Created:
5 years, 3 months ago by emircan
Modified:
5 years, 3 months ago
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

Add VideoFrame::CreateZeroInitializedFrame BUG=514759, 526441 Committed: https://crrev.com/cf69e849d18b9e6889099e713768f56b10491403 Cr-Commit-Position: refs/heads/master@{#347753}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -43 lines) Patch
M media/base/video_frame.h View 1 2 2 chunks +18 lines, -1 line 0 comments Download
M media/base/video_frame.cc View 1 2 3 chunks +54 lines, -29 lines 0 comments Download
M media/base/video_frame_pool.cc View 1 2 2 chunks +2 lines, -13 lines 0 comments Download
M media/base/video_frame_unittest.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
emircan
PTAL. On PS#1, I tried allocating the buffers inside VideoFramePool::PoolImpl::CreateFrame. However, I realized that YUVA ...
5 years, 3 months ago (2015-09-03 19:08:13 UTC) #6
miu
https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h#newcode118 media/base/video_frame.h:118: static scoped_refptr<VideoFrame> CreateFrame(VideoPixelFormat format, nit: You could eliminate the ...
5 years, 3 months ago (2015-09-03 22:06:13 UTC) #7
DaleCurtis
https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h#newcode118 media/base/video_frame.h:118: static scoped_refptr<VideoFrame> CreateFrame(VideoPixelFormat format, On 2015/09/03 22:06:13, miu wrote: ...
5 years, 3 months ago (2015-09-04 22:25:13 UTC) #8
emircan
Thanks. We can do a good refactor of this stuff. Lets continue the offline discussion. ...
5 years, 3 months ago (2015-09-04 23:59:22 UTC) #10
chcunningham
lgtm % adding a quick unit test for this :) https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/1313413010/diff/100001/media/base/video_frame.h#newcode118 ...
5 years, 3 months ago (2015-09-05 00:07:51 UTC) #12
DaleCurtis
lgtm
5 years, 3 months ago (2015-09-05 00:29:27 UTC) #13
emircan
On 2015/09/05 00:07:51, chcunningham wrote: > lgtm % adding a quick unit test for this ...
5 years, 3 months ago (2015-09-05 01:21:27 UTC) #14
miu
lgtm
5 years, 3 months ago (2015-09-05 01:24:33 UTC) #15
mcasas
LGTM % nit https://codereview.chromium.org/1313413010/diff/160001/media/base/video_frame_unittest.cc File media/base/video_frame_unittest.cc (right): https://codereview.chromium.org/1313413010/diff/160001/media/base/video_frame_unittest.cc#newcode175 media/base/video_frame_unittest.cc:175: for (size_t i = 0; i ...
5 years, 3 months ago (2015-09-05 01:29:25 UTC) #16
emircan
Thanks. https://codereview.chromium.org/1313413010/diff/160001/media/base/video_frame_unittest.cc File media/base/video_frame_unittest.cc (right): https://codereview.chromium.org/1313413010/diff/160001/media/base/video_frame_unittest.cc#newcode175 media/base/video_frame_unittest.cc:175: for (size_t i = 0; i < VideoFrame::NumPlanes(frame->format()); ...
5 years, 3 months ago (2015-09-05 01:39:50 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313413010/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313413010/180001
5 years, 3 months ago (2015-09-05 01:40:16 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-05 04:43:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313413010/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313413010/180001
5 years, 3 months ago (2015-09-08 17:28:56 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:180001)
5 years, 3 months ago (2015-09-08 18:55:12 UTC) #25
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 18:56:06 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/cf69e849d18b9e6889099e713768f56b10491403
Cr-Commit-Position: refs/heads/master@{#347753}

Powered by Google App Engine
This is Rietveld 408576698