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

Issue 357004: SetVolume and GetVolume take one volume instead of separate left and right vo... (Closed)

Created:
11 years, 1 month ago by fbarchard
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, John Grabowski, ben+cc_chromium.org, jam, pam+watch_chromium.org, awong, Paweł Hajdan Jr., darin (slow to review)
Visibility:
Public.

Description

SetVolume and GetVolume take one volume instead of separate left and right volumes. BUG=26660 TEST=no visible difference. Make sure volume still works. Code size should go down marginally. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31018

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 8

Patch Set 6 : '' #

Total comments: 4

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 12

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -144 lines) Patch
M chrome/browser/renderer_host/audio_renderer_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host.cc View 1 2 3 4 5 6 7 8 9 4 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/common/render_messages_internal.h View 2 3 4 5 6 7 8 9 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/renderer/audio_message_filter.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/audio_message_filter.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/renderer/audio_message_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +8 lines, -15 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -5 lines 0 comments Download
M media/audio/audio_output.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -11 lines 0 comments Download
M media/audio/fake_audio_output_stream.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -6 lines 0 comments Download
M media/audio/fake_audio_output_stream.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -8 lines 0 comments Download
M media/audio/linux/alsa_output.h View 12 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/linux/alsa_output.cc View 12 1 chunk +4 lines, -4 lines 0 comments Download
M media/audio/linux/audio_manager_linux.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M media/audio/mac/audio_output_mac.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/mac/audio_output_mac.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -8 lines 0 comments Download
M media/audio/mac/audio_output_mac_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -9 lines 0 comments Download
M media/audio/win/audio_output_win_unittest.cc View 1 2 3 4 5 6 7 8 9 8 chunks +23 lines, -26 lines 0 comments Download
M media/audio/win/waveout_output_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/win/waveout_output_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -7 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
fbarchard
Cleaning up volume. Mostly a learning exercise. I may need to add a parameter to ...
11 years, 1 month ago (2009-11-04 03:52:55 UTC) #1
Alpha Left Google
Try bots complain about compilation, can you fix that?
11 years, 1 month ago (2009-11-04 04:31:39 UTC) #2
fbarchard
reduced audio unittest time from 20 seconds to 8 seconds.
11 years, 1 month ago (2009-11-04 04:36:22 UTC) #3
scherkus (not reviewing)
few tiny nits http://codereview.chromium.org/357004/diff/10001/11017 File chrome/renderer/audio_message_filter.cc (right): http://codereview.chromium.org/357004/diff/10001/11017#newcode98 Line 98: double volume) { nit: this ...
11 years, 1 month ago (2009-11-04 04:40:41 UTC) #4
Mark Mentovai
http://codereview.chromium.org/357004/diff/10013/11032 File media/audio/audio_output.h (right): http://codereview.chromium.org/357004/diff/10013/11032#newcode100 Line 100: virtual void GetVolume(double* volume) = 0; Make this ...
11 years, 1 month ago (2009-11-04 05:07:24 UTC) #5
fbarchard
fixed nits. locally builds, but requires clobber, so hopefully try bot knows how to do ...
11 years, 1 month ago (2009-11-04 09:06:44 UTC) #6
fbarchard
added a chrome unittest change. To test chrome unittest on windows, do this: cd /d ...
11 years, 1 month ago (2009-11-04 18:34:02 UTC) #7
scherkus (not reviewing)
I think some of your other changes made it into the CL other than that ...
11 years, 1 month ago (2009-11-04 19:03:32 UTC) #8
fbarchard
Almost there! It builds, its nit free, the unittest bleeps in delight. Now if we ...
11 years, 1 month ago (2009-11-04 19:27:51 UTC) #9
Alpha Left Google
If trybots are all green then LGTM.
11 years, 1 month ago (2009-11-04 19:36:10 UTC) #10
fbarchard
Its green. Good to go folks?
11 years, 1 month ago (2009-11-04 20:56:05 UTC) #11
scherkus (not reviewing)
11 years, 1 month ago (2009-11-04 22:22:23 UTC) #12
LGTM -- go for it!

Powered by Google App Engine
This is Rietveld 408576698