|
Remove "high"-latency audio code path
Chrome only uses the low-latency code path. This CL removes the unused,
alternative "high"-latency code path. player_x11 and player_wtl use the
high-latency code path, so sound is disabled from those players for now.
BUG=NONE
TEST=builds; content_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120436
Total comments: 39
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+194 lines, -1151 lines) |
Patch |
 |
M |
content/browser/renderer_host/media/audio_renderer_host.h
|
View
|
1
2
3
|
7 chunks |
+12 lines, -44 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
1
2
3
|
8 chunks |
+32 lines, -110 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host_unittest.cc
|
View
|
1
2
3
4
|
11 chunks |
+18 lines, -124 lines |
0 comments
|
Download
|
 |
M |
content/common/media/audio_messages.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+9 lines, -35 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter.cc
|
View
|
1
2
3
4
|
4 chunks |
+2 lines, -40 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+32 lines, -66 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+6 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.h
|
View
|
1
2
3
4
5
6
|
10 chunks |
+24 lines, -61 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.cc
|
View
|
1
2
3
|
12 chunks |
+21 lines, -119 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+11 lines, -277 lines |
0 comments
|
Download
|
 |
D |
media/filters/reference_audio_renderer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
media/filters/reference_audio_renderer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/tools/player_wtl/movie.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/tools/player_x11/player_x11.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|