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

Issue 1838353004: cricket::VideoFrame cleanup. New width() and height(). Deleted GetChroma* methods. (Closed)

Created:
4 years, 8 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

Deprecate GetWidth() and GetHeight() methods. Replaced by width() and height(). Delete GetChromaWidth, GetChromaHeight, and GetChromaSize. Delete unused function VideoFrameEqual. BUG=webrtc:5682 Committed: https://crrev.com/71a0c2f9a6876fd164f136d58389028c1ba70c18 Cr-Commit-Position: refs/heads/master@{#12213}

Patch Set 1 #

Patch Set 2 : Fix int vs size_t comparison. #

Total comments: 10

Patch Set 3 : Use objc dot syntax. Delete chromaSize property. #

Total comments: 2

Patch Set 4 : TODO comments. Formatting tweak. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -171 lines) Patch
M talk/app/webrtc/objc/RTCI420Frame.mm View 1 2 3 1 chunk +7 lines, -8 lines 0 comments Download
M talk/app/webrtc/objc/RTCVideoRendererAdapter.mm View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/public/RTCI420Frame.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/api/java/jni/peerconnection_jni.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/api/objc/RTCVideoFrame.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/objc/RTCVideoFrame.mm View 1 2 3 1 chunk +7 lines, -8 lines 0 comments Download
M webrtc/api/objc/RTCVideoRendererAdapter.mm View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/linux/main_wnd.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/media/base/fakevideorenderer.h View 1 3 chunks +10 lines, -10 lines 0 comments Download
M webrtc/media/base/testutils.h View 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/media/base/testutils.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M webrtc/media/base/videobroadcaster.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/media/base/videoframe.h View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M webrtc/media/base/videoframe.cc View 9 chunks +21 lines, -20 lines 0 comments Download
M webrtc/media/base/videoframe_unittest.h View 9 chunks +24 lines, -25 lines 0 comments Download
M webrtc/media/base/videoframefactory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/devices/carbonvideorenderer.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/media/devices/gdivideorenderer.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/media/devices/gtkvideorenderer.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframefactory_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 32 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838353004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838353004/1
4 years, 8 months ago (2016-03-30 11:17:28 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/13859)
4 years, 8 months ago (2016-03-30 11:45:43 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838353004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838353004/20001
4 years, 8 months ago (2016-03-30 12:10:04 UTC) #7
nisse-webrtc
Hi, this cl moves the cricket::VideoFrame interface one step closer to webrtc::VideoFrame, which will ultimately ...
4 years, 8 months ago (2016-03-30 12:26:48 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 14:38:12 UTC) #11
tkchin_webrtc
https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode47 talk/app/webrtc/objc/RTCI420Frame.mm:47: return ([self width] + 1) / 2; dot syntax ...
4 years, 8 months ago (2016-03-30 17:35:06 UTC) #12
perkj_webrtc
https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode47 talk/app/webrtc/objc/RTCI420Frame.mm:47: return ([self width] + 1) / 2; On 2016/03/30 ...
4 years, 8 months ago (2016-03-31 04:58:23 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838353004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838353004/40001
4 years, 8 months ago (2016-03-31 08:22:01 UTC) #15
nisse-webrtc
https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode47 talk/app/webrtc/objc/RTCI420Frame.mm:47: return ([self width] + 1) / 2; On 2016/03/30 ...
4 years, 8 months ago (2016-03-31 08:22:18 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-03-31 10:22:27 UTC) #18
pbos-webrtc
lgtm https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1838353004/diff/20001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode54 talk/app/webrtc/objc/RTCI420Frame.mm:54: - (NSUInteger)chromaSize { On 2016/03/31 08:22:17, nisse-webrtc wrote: ...
4 years, 8 months ago (2016-03-31 14:49:09 UTC) #19
tkchin_webrtc
lgtm
4 years, 8 months ago (2016-03-31 15:43:16 UTC) #20
perkj_webrtc
lgtm
4 years, 8 months ago (2016-04-01 12:20:24 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838353004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838353004/60001
4 years, 8 months ago (2016-04-01 12:20:59 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-01 14:21:39 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838353004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838353004/60001
4 years, 8 months ago (2016-04-04 06:21:22 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-04 07:57:34 UTC) #30
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 07:57:43 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/71a0c2f9a6876fd164f136d58389028c1ba70c18
Cr-Commit-Position: refs/heads/master@{#12213}

Powered by Google App Engine
This is Rietveld 408576698