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

Issue 12102004: Renderer side audio device change wip...

Created:
7 years, 10 months ago by justinlin
Modified:
7 years, 7 months ago
Reviewers:
CC:
chromium-reviews
Visibility:
Public.

Description

Renderer side audio device change wip...

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+568 lines, -293 lines) Patch
M content/browser/renderer_host/media/audio_renderer_host.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 2 chunks +27 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 2 chunks +9 lines, -23 lines 0 comments Download
M content/common/media/audio_messages.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 chunk +4 lines, -14 lines 0 comments Download
M content/content_renderer.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
D content/renderer/media/audio_hardware.h View 1 chunk +0 lines, -40 lines 0 comments Download
D content/renderer/media/audio_hardware.cc View 1 chunk +0 lines, -76 lines 0 comments Download
M content/renderer/media/audio_message_filter.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/media/audio_message_filter.cc View 3 chunks +18 lines, -0 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager.h View 5 chunks +9 lines, -5 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager.cc View 3 chunks +51 lines, -19 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager_unittest.cc View 3 chunks +23 lines, -1 line 0 comments Download
A content/renderer/media/renderer_audio_hardware_config.h View 1 chunk +50 lines, -0 lines 0 comments Download
A content/renderer/media/renderer_audio_hardware_config.cc View 1 chunk +59 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc_audio_capturer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A content/renderer/media/webrtc_audio_capturer.cc.rej View 1 chunk +27 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc_audio_device_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/webrtc_audio_device_unittest.cc View 8 chunks +52 lines, -32 lines 0 comments Download
A content/renderer/media/webrtc_audio_device_unittest.cc.rej View 1 chunk +16 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc_audio_renderer.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_output_impl.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/renderer/render_thread_impl.h View 3 chunks +7 lines, -0 lines 0 comments Download
content/renderer/render_thread_impl.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/test/webrtc_audio_device_test.h View 5 chunks +6 lines, -17 lines 0 comments Download
M content/test/webrtc_audio_device_test.cc View 6 chunks +17 lines, -31 lines 0 comments Download
M media/audio/audio_manager_base.cc View 4 chunks +9 lines, -1 line 0 comments Download
M media/audio/audio_output_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/audio/audio_output_controller.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M media/audio/audio_output_device.cc View 3 chunks +13 lines, -4 lines 0 comments Download
M media/audio/audio_output_ipc.h View 1 chunk +2 lines, -1 line 0 comments Download
A media/base/audio_hardware_config.h View 1 chunk +30 lines, -0 lines 0 comments Download
M media/base/audio_renderer_mixer.h View 3 chunks +7 lines, -0 lines 0 comments Download
M media/base/audio_renderer_mixer.cc View 2 chunks +14 lines, -1 line 0 comments Download
M media/base/audio_renderer_mixer_input.h View 5 chunks +10 lines, -1 line 0 comments Download
M media/base/audio_renderer_mixer_input.cc View 4 chunks +35 lines, -3 lines 0 comments Download
M media/base/audio_renderer_sink.h View 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/media_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698