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

Issue 200293002: added uma stats to check the usage of media stream audio track audio processing (Closed)

Created:
6 years, 9 months ago by no longer working on chromium
Modified:
6 years, 9 months ago
CC:
chromium-reviews, jar (doing other things), fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, wjia+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

added uma stats to check the usage of media stream audio track audio processing. NOTRY=true BUG=264611 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259222

Patch Set 1 #

Total comments: 2

Patch Set 2 : added AUDIO_PROCESSING_IN_WEBRTC #

Total comments: 6

Patch Set 3 : addressed Alexei's comments and changed to kAudioProcessingNumberOfChannels #

Total comments: 2

Patch Set 4 : fixed the indentation and EXPECT_EQ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -8 lines) Patch
M content/renderer/media/media_stream_audio_processor.cc View 1 2 3 6 chunks +26 lines, -8 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
no longer working on chromium
Hi, could you please take a look? Thanks, SX
6 years, 9 months ago (2014-03-14 13:03:13 UTC) #1
tommi (sloooow) - chröme
https://codereview.chromium.org/200293002/diff/1/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/1/content/renderer/media/media_stream_audio_processor.cc#newcode333 content/renderer/media/media_stream_audio_processor.cc:333: AUDIO_PROCESSING_DISABLED, AUDIO_PROCESSING_MAX); Could we have a different value for ...
6 years, 9 months ago (2014-03-14 14:38:32 UTC) #2
no longer working on chromium
https://codereview.chromium.org/200293002/diff/1/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/1/content/renderer/media/media_stream_audio_processor.cc#newcode333 content/renderer/media/media_stream_audio_processor.cc:333: AUDIO_PROCESSING_DISABLED, AUDIO_PROCESSING_MAX); On 2014/03/14 14:38:32, tommi wrote: > Could ...
6 years, 9 months ago (2014-03-14 14:43:55 UTC) #3
tommi (sloooow) - chröme
One month is perhaps a tad optimistic. But isn't it AUDIO_PROCESSING_DISABLED that will go away? ...
6 years, 9 months ago (2014-03-14 14:49:29 UTC) #4
tommi (sloooow) - chröme
On 2014/03/14 14:49:29, tommi wrote: > One month is perhaps a tad optimistic. > But ...
6 years, 9 months ago (2014-03-14 14:51:02 UTC) #5
no longer working on chromium
Hi Tommi, I have already added AUDIO_PROCESSING_IN_WEBRTC, PTAL. SX
6 years, 9 months ago (2014-03-17 13:47:24 UTC) #6
tommi (sloooow) - chröme
lgtm https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc#newcode34 content/renderer/media/media_stream_audio_processor.cc:34: const int kAudioProcessingNumberOfChannel = 1; nit: kAudioProcessingNumberOfChannels (plural) ...
6 years, 9 months ago (2014-03-17 16:00:39 UTC) #7
no longer working on chromium
Hi Alexei, could you please take a look? Thanks SX
6 years, 9 months ago (2014-03-17 21:47:50 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc#newcode38 content/renderer/media/media_stream_audio_processor.cc:38: enum AudioTrackProcessingStates { Nit: Add a comment that this ...
6 years, 9 months ago (2014-03-17 22:15:49 UTC) #9
no longer working on chromium
https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/30001/content/renderer/media/media_stream_audio_processor.cc#newcode34 content/renderer/media/media_stream_audio_processor.cc:34: const int kAudioProcessingNumberOfChannel = 1; On 2014/03/17 16:00:39, tommi ...
6 years, 9 months ago (2014-03-19 12:50:10 UTC) #10
no longer working on chromium
Alexei, PTAL. Thanks, SX
6 years, 9 months ago (2014-03-19 12:50:26 UTC) #11
Alexei Svitkine (slow)
lgtm with a nit https://codereview.chromium.org/200293002/diff/50001/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/50001/content/renderer/media/media_stream_audio_processor.cc#newcode380 content/renderer/media/media_stream_audio_processor.cc:380: 0); Nit: Bad alignment. Also, ...
6 years, 9 months ago (2014-03-19 13:59:11 UTC) #12
no longer working on chromium
Thanks, I am going to land it now. https://codereview.chromium.org/200293002/diff/50001/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/200293002/diff/50001/content/renderer/media/media_stream_audio_processor.cc#newcode380 content/renderer/media/media_stream_audio_processor.cc:380: 0); ...
6 years, 9 months ago (2014-03-24 16:31:12 UTC) #13
no longer working on chromium
The CQ bit was checked by xians@chromium.org
6 years, 9 months ago (2014-03-24 16:31:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/200293002/70001
6 years, 9 months ago (2014-03-24 16:31:40 UTC) #15
no longer working on chromium
The CQ bit was unchecked by xians@chromium.org
6 years, 9 months ago (2014-03-24 19:19:46 UTC) #16
no longer working on chromium
The CQ bit was checked by xians@chromium.org
6 years, 9 months ago (2014-03-24 19:20:01 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 22:42:52 UTC) #18
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-24 22:42:53 UTC) #19
no longer working on chromium
The CQ bit was checked by xians@chromium.org
6 years, 9 months ago (2014-03-25 09:26:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/200293002/70001
6 years, 9 months ago (2014-03-25 09:26:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/200293002/70001
6 years, 9 months ago (2014-03-25 12:53:04 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 16:13:44 UTC) #23
Message was sent while issue was closed.
Change committed as 259222

Powered by Google App Engine
This is Rietveld 408576698