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

Issue 2927943003: Return WrappedI444Buffer in VP9Impl (Closed)

Created:
3 years, 6 months ago by Yuwei
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Return WrappedI444Buffer in VP9Impl This CL allows VP9Impl to return a WrappedI444Buffer if the image format is VPX_IMG_FMT_I444. Needs to be checked in after Chromium CL 2876363003 is checked in. BUG=webrtc:7506 Review-Url: https://codereview.webrtc.org/2927943003 Cr-Commit-Position: refs/heads/master@{#18727} Committed: https://chromium.googlesource.com/external/webrtc/+/23cc468ddf733ab89721338a4d916866f5235716

Patch Set 1 #

Total comments: 11

Patch Set 2 : Resolve feedback #

Total comments: 2

Patch Set 3 : Add WrapYuvBuffer #

Patch Set 4 : Add the WrappedI420Buffer back #

Patch Set 5 : Merge w/ ToT #

Patch Set 6 : Fix Windows compile error #

Total comments: 6

Patch Set 7 : Resolve Feedback #

Patch Set 8 : Revert refactoring on other files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -4 lines) Patch
M webrtc/common_video/include/video_frame_buffer.h View 1 2 3 2 chunks +35 lines, -0 lines 0 comments Download
M webrtc/common_video/video_frame_buffer.cc View 1 2 3 4 5 6 1 chunk +111 lines, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/native_handle_impl.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 51 (36 generated)
Yuwei
PTAL thanks! https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: class WrappedI444Buffer : public I444BufferInterface { TBH ...
3 years, 6 months ago (2017-06-08 20:38:37 UTC) #2
nisse-webrtc
https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: class WrappedI444Buffer : public I444BufferInterface { On 2017/06/08 20:38:37, ...
3 years, 6 months ago (2017-06-09 09:01:22 UTC) #3
magjed_webrtc
https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: class WrappedI444Buffer : public I444BufferInterface { On 2017/06/09 09:01:22, ...
3 years, 6 months ago (2017-06-09 13:46:57 UTC) #4
Yuwei
PTAL thanks! https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/common_video/include/video_frame_buffer.h#newcode84 webrtc/common_video/include/video_frame_buffer.h:84: class WrappedI444Buffer : public I444BufferInterface { On ...
3 years, 6 months ago (2017-06-10 00:13:53 UTC) #7
magjed_webrtc
https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode972 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:972: img_wrapped_buffer = new rtc::RefCountedObject<webrtc::WrappedI444Buffer>( On 2017/06/10 00:13:53, Yuwei wrote: ...
3 years, 6 months ago (2017-06-13 11:38:27 UTC) #10
nisse-webrtc
https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode972 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:972: img_wrapped_buffer = new rtc::RefCountedObject<webrtc::WrappedI444Buffer>( On 2017/06/10 00:13:53, Yuwei wrote: ...
3 years, 6 months ago (2017-06-13 12:29:09 UTC) #11
Yuwei
Sorry for the delay.. PTAL thanks! https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/2927943003/diff/1/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode972 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:972: img_wrapped_buffer = new ...
3 years, 6 months ago (2017-06-19 21:33:26 UTC) #17
magjed_webrtc
lgtm https://codereview.webrtc.org/2927943003/diff/140001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/2927943003/diff/140001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode973 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:973: // using a WrappedI4??Buffer. Use WrapYuvBuffer instead of ...
3 years, 6 months ago (2017-06-20 09:01:15 UTC) #27
nisse-webrtc
lgtm Please use the linux_internal trybot before landing. https://codereview.webrtc.org/2927943003/diff/140001/webrtc/common_video/video_frame_buffer.cc File webrtc/common_video/video_frame_buffer.cc (right): https://codereview.webrtc.org/2927943003/diff/140001/webrtc/common_video/video_frame_buffer.cc#newcode233 webrtc/common_video/video_frame_buffer.cc:233: RTC_NOTREACHED(); ...
3 years, 6 months ago (2017-06-20 09:58:47 UTC) #28
Yuwei
Thanks! https://codereview.webrtc.org/2927943003/diff/140001/webrtc/common_video/video_frame_buffer.cc File webrtc/common_video/video_frame_buffer.cc (right): https://codereview.webrtc.org/2927943003/diff/140001/webrtc/common_video/video_frame_buffer.cc#newcode233 webrtc/common_video/video_frame_buffer.cc:233: RTC_NOTREACHED(); On 2017/06/20 09:58:47, nisse-webrtc wrote: > nit: ...
3 years, 6 months ago (2017-06-22 01:17:25 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2927943003/160001
3 years, 6 months ago (2017-06-22 07:34:56 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/18465)
3 years, 6 months ago (2017-06-22 07:38:48 UTC) #40
Yuwei
linux_internal passed. Let's do the WrappedI420Buffer => WrapI420Buffer in a separate CL. Checking in. Thanks!
3 years, 6 months ago (2017-06-23 03:26:09 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2927943003/180001
3 years, 6 months ago (2017-06-23 03:26:29 UTC) #48
commit-bot: I haz the power
3 years, 6 months ago (2017-06-23 03:28:13 UTC) #51
Message was sent while issue was closed.
Committed patchset #8 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/23cc468ddf733ab89721338a4...

Powered by Google App Engine
This is Rietveld 408576698