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

Issue 10024072: Cull unnecessary media::VideoFrame::Formats from the enum. (Closed)

Created:
8 years, 8 months ago by Ami GONE FROM CHROMIUM
Modified:
8 years, 8 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, dcaiafa+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, feature-media-reviews_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org, DaleCurtis
Visibility:
Public.

Description

Cull unnecessary media::VideoFrame::Formats from the enum. This removes the easy ones: RGB555, RGB565, RGB24, RGBA, NV12, and ASCII. BUG=108306 TEST=videotestmatrix is still as happy as it was. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131682

Patch Set 1 #

Total comments: 7

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : shader_bench builds after having RGBA experimental code ripped out. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -412 lines) Patch
M media/base/video_frame.h View 1 2 1 chunk +7 lines, -13 lines 0 comments Download
M media/base/video_frame.cc View 1 4 chunks +1 line, -31 lines 0 comments Download
M media/base/video_frame_unittest.cc View 2 chunks +1 line, -9 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M media/tools/shader_bench/cpu_color_painter.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
D media/tools/shader_bench/gpu_color_painter_exp.h View 1 2 3 1 chunk +0 lines, -36 lines 0 comments Download
D media/tools/shader_bench/gpu_color_painter_exp.cc View 1 2 3 1 chunk +0 lines, -132 lines 0 comments Download
M media/tools/shader_bench/shader_bench.cc View 1 2 3 3 chunks +1 line, -3 lines 0 comments Download
M remoting/base/codec_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/base/encoder_row_based.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/base/util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/base/util.cc View 3 chunks +4 lines, -17 lines 0 comments Download
D remoting/host/capturer_fake_ascii.h View 1 chunk +0 lines, -61 lines 0 comments Download
D remoting/host/capturer_fake_ascii.cc View 1 chunk +0 lines, -86 lines 0 comments Download
M remoting/remoting.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/media/webvideoframe_impl.cc View 1 2 2 chunks +0 lines, -12 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ami GONE FROM CHROMIUM
Gary: please review for remoting/ Andrew: please review everything. Dale: FYI.
8 years, 8 months ago (2012-04-10 21:26:26 UTC) #1
Wez
remoting/ LGTM
8 years, 8 months ago (2012-04-10 21:29:03 UTC) #2
scherkus (not reviewing)
LGTM w/ nits https://chromiumcodereview.appspot.com/10024072/diff/1/media/base/video_frame.cc File media/base/video_frame.cc (right): https://chromiumcodereview.appspot.com/10024072/diff/1/media/base/video_frame.cc#newcode34 media/base/video_frame.cc:34: return NULL; do we expect clients ...
8 years, 8 months ago (2012-04-10 21:32:31 UTC) #3
garykac
On 2012/04/10 21:26:26, Ami Fischman wrote: > Gary: please review for remoting/ > Andrew: please ...
8 years, 8 months ago (2012-04-10 21:33:18 UTC) #4
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/10024072/diff/1/media/base/video_frame.cc File media/base/video_frame.cc (right): https://chromiumcodereview.appspot.com/10024072/diff/1/media/base/video_frame.cc#newcode34 media/base/video_frame.cc:34: return NULL; On 2012/04/10 21:32:31, scherkus wrote: > do ...
8 years, 8 months ago (2012-04-10 22:01:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/10024072/7001
8 years, 8 months ago (2012-04-10 22:04:47 UTC) #6
scherkus (not reviewing)
https://chromiumcodereview.appspot.com/10024072/diff/1/remoting/base/encoder_row_based.cc File remoting/base/encoder_row_based.cc (right): https://chromiumcodereview.appspot.com/10024072/diff/1/remoting/base/encoder_row_based.cc#newcode85 remoting/base/encoder_row_based.cc:85: const int bytes_per_pixel = 4; On 2012/04/10 22:01:07, Ami ...
8 years, 8 months ago (2012-04-10 22:05:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/10024072/14
8 years, 8 months ago (2012-04-10 22:25:15 UTC) #8
commit-bot: I haz the power
8 years, 8 months ago (2012-04-11 00:17:18 UTC) #9
Change committed as 131682

Powered by Google App Engine
This is Rietveld 408576698