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

Issue 2738873002: [Chromecast] Implement new volume control API (Closed)

Created:
3 years, 9 months ago by kmackay
Modified:
3 years, 9 months ago
Reviewers:
slan, gfhuang, halliwell, jyw, bshaya
CC:
chromium-reviews, alokp+watch_chromium.org, lcwu+watch_chromium.org, halliwell+watch_chromium.org, feature-media-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Implement new volume control API BUG= internal b/34454613 Review-Url: https://codereview.chromium.org/2738873002 Cr-Commit-Position: refs/heads/master@{#456937} Committed: https://chromium.googlesource.com/chromium/src/+/3801f1a0449592bdb25e7155ac1eabf50610f207

Patch Set 1 #

Patch Set 2 : no need for ALSA volume control #

Total comments: 12

Patch Set 3 : slan comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -113 lines) Patch
M chromecast/base/chromecast_switches.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chromecast/base/chromecast_switches.cc View 1 3 chunks +33 lines, -0 lines 0 comments Download
M chromecast/chromecast.gni View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chromecast/media/cma/backend/alsa/audio_filter_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/filter_group.h View 3 chunks +14 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/filter_group.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/slew_volume.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/slew_volume.cc View 4 chunks +10 lines, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa.h View 1 2 7 chunks +33 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc View 1 2 10 chunks +92 lines, -88 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h View 2 chunks +3 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h View 6 chunks +11 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.cc View 6 chunks +52 lines, -7 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_unittest.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/alsa/volume_control.cc View 1 1 chunk +294 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (12 generated)
kmackay
3 years, 9 months ago (2017-03-08 05:31:33 UTC) #2
kmackay
Ping for review
3 years, 9 months ago (2017-03-13 16:59:29 UTC) #7
slan
just nits. https://codereview.chromium.org/2738873002/diff/20001/chromecast/chromecast.gni File chromecast/chromecast.gni (right): https://codereview.chromium.org/2738873002/diff/20001/chromecast/chromecast.gni#newcode32 chromecast/chromecast.gni:32: enable_assistant = false The assert from internal ...
3 years, 9 months ago (2017-03-13 22:09:51 UTC) #8
kmackay
https://codereview.chromium.org/2738873002/diff/20001/chromecast/chromecast.gni File chromecast/chromecast.gni (right): https://codereview.chromium.org/2738873002/diff/20001/chromecast/chromecast.gni#newcode32 chromecast/chromecast.gni:32: enable_assistant = false On 2017/03/13 22:09:51, slan wrote: > ...
3 years, 9 months ago (2017-03-14 00:21:00 UTC) #9
slan
lgtm https://codereview.chromium.org/2738873002/diff/20001/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h File chromecast/media/cma/backend/alsa/stream_mixer_alsa.h (right): https://codereview.chromium.org/2738873002/diff/20001/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h#newcode275 chromecast/media/cma/backend/alsa/stream_mixer_alsa.h:275: std::map<AudioContentType, float> volume_; On 2017/03/14 00:21:00, kmackay wrote: ...
3 years, 9 months ago (2017-03-14 17:21:28 UTC) #10
commit-bot: I haz the power
This CL has an open dependency (Issue 2712883006 Patch 200001). Please resolve the dependency and ...
3 years, 9 months ago (2017-03-14 17:32:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738873002/40001
3 years, 9 months ago (2017-03-14 22:06:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738873002/40001
3 years, 9 months ago (2017-03-14 23:35:25 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 01:25:26 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/3801f1a0449592bdb25e7155ac1e...

Powered by Google App Engine
This is Rietveld 408576698