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

Issue 1822283002: New method I420Buffer::Copy. (Closed)

Created:
4 years, 9 months ago by nisse-webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

New method I420Buffer::Copy. Needed to replace cricket::VideoFrame::MakeExclusive in chromium. BUG=webrtc:5682 Committed: https://crrev.com/7cc9cc0460b9828fa5c139ecb79cf568824e6dac Cr-Commit-Position: refs/heads/master@{#12155}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Make Copy method static, and accept VideoFrameBuffer as input. #

Total comments: 1

Patch Set 3 : Address compare nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -0 lines) Patch
M webrtc/common_video/i420_video_frame_unittest.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M webrtc/common_video/include/video_frame_buffer.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/common_video/video_frame_buffer.cc View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M webrtc/test/frame_utils.h View 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/test/frame_utils.cc View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
nisse-webrtc
4 years, 9 months ago (2016-03-23 12:37:04 UTC) #2
perkj_webrtc
https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: virtual rtc::scoped_refptr<I420Buffer> Copy(); Can we move this to be ...
4 years, 9 months ago (2016-03-23 14:38:09 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: virtual rtc::scoped_refptr<I420Buffer> Copy(); On 2016/03/23 14:38:09, perkj_webrtc wrote: > ...
4 years, 9 months ago (2016-03-24 12:52:52 UTC) #4
perkj_webrtc
https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/1822283002/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: virtual rtc::scoped_refptr<I420Buffer> Copy(); On 2016/03/24 12:52:52, nisse-webrtc wrote: > ...
4 years, 9 months ago (2016-03-24 13:18:42 UTC) #5
nisse-webrtc
4 years, 8 months ago (2016-03-29 09:09:12 UTC) #6
perkj_webrtc
On 2016/03/29 09:09:12, nisse-webrtc wrote: lgtm
4 years, 8 months ago (2016-03-29 11:14:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1822283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1822283002/20001
4 years, 8 months ago (2016-03-29 13:21:46 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4444)
4 years, 8 months ago (2016-03-29 13:33:12 UTC) #11
pbos-webrtc
lgtm https://codereview.webrtc.org/1822283002/diff/20001/webrtc/common_video/video_frame_buffer.cc File webrtc/common_video/video_frame_buffer.cc (right): https://codereview.webrtc.org/1822283002/diff/20001/webrtc/common_video/video_frame_buffer.cc#newcode128 webrtc/common_video/video_frame_buffer.cc:128: libyuv::I420Copy(buffer->data(kYPlane), buffer->stride(kYPlane), pref RTC_CHECK_EQ or == 0 after
4 years, 8 months ago (2016-03-29 14:00:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1822283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1822283002/40001
4 years, 8 months ago (2016-03-29 14:18:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 8 months ago (2016-03-29 16:19:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1822283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1822283002/40001
4 years, 8 months ago (2016-03-30 06:42:58 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-03-30 06:44:24 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 06:44:28 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7cc9cc0460b9828fa5c139ecb79cf568824e6dac
Cr-Commit-Position: refs/heads/master@{#12155}

Powered by Google App Engine
This is Rietveld 408576698