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

Issue 1892433002: Moving device description utils from AudioManager[Base] into AudioDeviceDescription; to be shared b… (Closed)

Created:
4 years, 8 months ago by o1ka
Modified:
4 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, avayvod+watch_chromium.org, ben+mojo_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, DaleCurtis, darin (slow to review), darin-cc_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, Henrik Grunell, jam, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-media_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, vanellope-cl_google.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moving device description utils from AudioManager[Base] into AudioDeviceDescription; to be shared by browser/renderer Moved from AudioManagerBase: * device id constants, * IsDefaultDeviceId() (renamed to IsDefaultDevice) * UseSessionIdToSelectDevice() Moved from AudioManager: * GetDefaultDeviceName() * GetCommuncationDeviceName() AudioDeviceName: introduced two static helpers: CreateDefault and CreateCommunications The rest is renaming and header include fixes. BUG=602581 Committed: https://crrev.com/251dd5695fddf760cbd1206d634d0c9dc1572c77 Cr-Commit-Position: refs/heads/master@{#390086}

Patch Set 1 #

Patch Set 2 : fixes for compile errors on various platforms #

Patch Set 3 : rebase #

Patch Set 4 : another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -314 lines) Patch
M chrome/browser/copresence/chrome_whispernet_client.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/copresence/chrome_whispernet_client_browsertest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/media/desktop_capture_access_handler.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/audio_modem/audio_recorder_impl.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M components/audio_modem/audio_recorder_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/audio_output_device_enumerator.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/audio_output_device_enumerator_unittest.cc View 1 2 3 chunks +3 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 1 2 7 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager_unittest.cc View 1 2 3 5 chunks +9 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl_unittest.cc View 1 2 12 chunks +23 lines, -12 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/media/audio_renderer_mixer_manager_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M media/audio/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M media/audio/alsa/audio_manager_alsa.cc View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M media/audio/android/audio_android_unittest.cc View 1 2 3 4 chunks +9 lines, -7 lines 0 comments Download
M media/audio/android/audio_manager_android.cc View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
A media/audio/audio_device_description.h View 1 chunk +59 lines, -0 lines 0 comments Download
A media/audio/audio_device_description.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M media/audio/audio_device_name.h View 1 chunk +6 lines, -0 lines 0 comments Download
M media/audio/audio_device_name.cc View 2 chunks +13 lines, -1 line 0 comments Download
M media/audio/audio_input_controller_unittest.cc View 1 2 6 chunks +16 lines, -16 lines 0 comments Download
M media/audio/audio_input_unittest.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M media/audio/audio_low_latency_input_output_unittest.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M media/audio/audio_manager.h View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M media/audio/audio_manager.cc View 1 2 3 2 chunks +0 lines, -21 lines 0 comments Download
M media/audio/audio_manager_base.h View 1 2 3 1 chunk +0 lines, -30 lines 0 comments Download
M media/audio/audio_manager_base.cc View 1 2 3 5 chunks +5 lines, -18 lines 0 comments Download
M media/audio/audio_manager_unittest.cc View 1 2 3 4 chunks +10 lines, -6 lines 0 comments Download
M media/audio/audio_output_controller_unittest.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M media/audio/audio_output_device.cc View 1 2 3 3 chunks +8 lines, -8 lines 0 comments Download
M media/audio/cras/audio_manager_cras.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M media/audio/cras/cras_input.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M media/audio/cras/cras_input_unittest.cc View 1 2 6 chunks +12 lines, -10 lines 0 comments Download
M media/audio/mac/audio_low_latency_input_mac_unittest.cc View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M media/audio/mac/audio_manager_mac.cc View 1 2 3 4 chunks +4 lines, -6 lines 0 comments Download
M media/audio/pulse/audio_manager_pulse.cc View 1 2 3 3 chunks +7 lines, -9 lines 0 comments Download
M media/audio/pulse/pulse_input.cc View 2 chunks +2 lines, -1 line 0 comments Download
M media/audio/pulse/pulse_output.cc View 2 chunks +2 lines, -1 line 0 comments Download
M media/audio/pulse/pulse_util.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/audio/win/audio_low_latency_input_win.cc View 1 2 3 5 chunks +10 lines, -11 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win_unittest.cc View 1 2 3 5 chunks +6 lines, -5 lines 0 comments Download
M media/audio/win/audio_low_latency_output_win.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/audio/win/audio_low_latency_output_win_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M media/audio/win/audio_manager_win.cc View 1 2 3 5 chunks +15 lines, -17 lines 0 comments Download
M media/audio/win/core_audio_util_win.cc View 1 4 chunks +8 lines, -7 lines 0 comments Download
M media/audio/win/core_audio_util_win_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/win/wavein_input_win.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/audio/win/wavein_input_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M media/mojo/services/test_mojo_media_client.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (16 generated)
o1ka
Could you PTAL? (dalecurtis@ would be the main reviewer, but he is OOO) Thanks! Olga
4 years, 8 months ago (2016-04-15 15:09:42 UTC) #2
DaleCurtis
media/ lgtm
4 years, 8 months ago (2016-04-20 19:29:34 UTC) #4
o1ka
(changing non-media reviewer) jochen@chromium.org: Please review non-media changes. DaleCurtis@ - thanks for the review!
4 years, 8 months ago (2016-04-21 10:55:42 UTC) #8
jochen (gone - plz use gerrit)
lgtm
4 years, 8 months ago (2016-04-21 14:42:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1892433002/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1892433002/10001
4 years, 8 months ago (2016-04-22 07:40:40 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/23474) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-22 07:43:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1892433002/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1892433002/30001
4 years, 8 months ago (2016-04-25 08:35:32 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/24354) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-25 08:37:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1892433002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1892433002/70001
4 years, 7 months ago (2016-04-27 15:44:31 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:70001)
4 years, 7 months ago (2016-04-27 15:50:29 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:10:11 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/251dd5695fddf760cbd1206d634d0c9dc1572c77
Cr-Commit-Position: refs/heads/master@{#390086}

Powered by Google App Engine
This is Rietveld 408576698