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

Issue 155471: Refactoring to share MockAudioOutputStream implementations across 3 platforms... (Closed)

Created:
11 years, 5 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, John Grabowski, jam, kylep, awong, darin (slow to review), brettw, Ben Goodger (Google), scherkus (not reviewing)
Visibility:
Public.

Description

Refactoring to share MockAudioOutputStream implementations across 3 platforms Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21137

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 7

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -196 lines) Patch
M chrome/browser/renderer_host/audio_renderer_host_unittest.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
M media/audio/audio_output.h View 3 chunks +1 line, -13 lines 0 comments Download
A media/audio/fake_audio_output_stream.h View 1 chunk +50 lines, -0 lines 0 comments Download
A media/audio/fake_audio_output_stream.cc View 1 chunk +72 lines, -0 lines 0 comments Download
M media/audio/linux/alsa_output.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/audio/linux/alsa_output.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M media/audio/linux/audio_manager_linux.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/audio/linux/audio_manager_linux.cc View 1 2 3 4 5 3 chunks +10 lines, -11 lines 0 comments Download
M media/audio/mac/audio_manager_mac.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/audio/mac/audio_manager_mac.cc View 1 2 3 4 3 chunks +7 lines, -9 lines 0 comments Download
M media/audio/mac/audio_output_mac.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/audio/mac/audio_output_mac.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M media/audio/simple_sources_unittest.cc View 1 2 3 4 2 chunks +46 lines, -0 lines 0 comments Download
M media/audio/win/audio_manager_win.h View 2 chunks +0 lines, -3 lines 0 comments Download
M media/audio/win/audio_output_win.cc View 1 2 3 4 6 chunks +2 lines, -92 lines 0 comments Download
M media/audio/win/audio_output_win_unittest.cc View 1 chunk +0 lines, -45 lines 0 comments Download
M media/audio/win/waveout_output_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/audio/win/waveout_output_win.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alpha Left Google
11 years, 5 months ago (2009-07-14 01:25:15 UTC) #1
Alpha Left Google
I used what was in audio_output_win.cc to create the MockAudioOutputStream. I left the part of ...
11 years, 5 months ago (2009-07-14 01:30:55 UTC) #2
cpu_(ooo_6.6-7.5)
LGTM I am glad we removed the number of buffer thing. Never liked it. I ...
11 years, 5 months ago (2009-07-14 01:46:25 UTC) #3
awong
I'm not sure I understand why we need the faked audio output stream for this ...
11 years, 5 months ago (2009-07-14 01:47:34 UTC) #4
Alpha Left Google
The idea is to have a simple fake audio output stream to get rid of ...
11 years, 5 months ago (2009-07-14 02:30:45 UTC) #5
Alpha Left Google
I changed the class name to FakeAudioOutputStream now. http://codereview.chromium.org/155471/diff/1047/80 File media/audio/simple_sources_unittest.cc (right): http://codereview.chromium.org/155471/diff/1047/80#newcode69 Line 69: ...
11 years, 5 months ago (2009-07-14 03:17:22 UTC) #6
awong
11 years, 5 months ago (2009-07-14 03:26:21 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698