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

Issue 1991723002: AEC: Add UMA logging of buffer re-alignment (Closed)

Created:
4 years, 7 months ago by hlundin-webrtc
Modified:
4 years, 7 months ago
Reviewers:
peah-webrtc
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

AEC: Add UMA logging of buffer re-alignment This change adds a UMA log that will be written to when a non-zero delay correction is done in the AEC. The number of elements moved (positive or negative) will be logged to "WebRTC.Audio.AecDelayAdjustmentAgnosticValue" or "WebRTC.Audio.AecDelayAdjustmentSystemValue", depending on whether delay-agnostic AEC is used or not, respectively. BUG=webrtc:5903 Committed: https://crrev.com/83e8286c6bbf5a30f8e4a4b373ef708566f9da07 Cr-Commit-Position: refs/heads/master@{#12795}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.cc View 1 2 chunks +32 lines, -0 lines 2 comments Download

Messages

Total messages: 12 (4 generated)
hlundin-webrtc
Per, please, take a look. https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc#newcode1816 webrtc/modules/audio_processing/aec/aec_core.cc:1816: MaybeLogDelayAdjustment(moved_elements, DelaySource::kSystemDelay); What is ...
4 years, 7 months ago (2016-05-18 08:04:30 UTC) #2
peah-webrtc
On 2016/05/18 08:04:30, hlundin-webrtc wrote: > Per, please, take a look. > > https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc > ...
4 years, 7 months ago (2016-05-18 08:22:01 UTC) #3
peah-webrtc
https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc#newcode64 webrtc/modules/audio_processing/aec/aec_core.cc:64: } Is a default case needed, or is it ...
4 years, 7 months ago (2016-05-18 08:22:11 UTC) #4
hlundin-webrtc
https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1991723002/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc#newcode64 webrtc/modules/audio_processing/aec/aec_core.cc:64: } On 2016/05/18 08:22:11, peah-webrtc wrote: > Is a ...
4 years, 7 months ago (2016-05-18 10:15:45 UTC) #5
peah-webrtc
https://codereview.webrtc.org/1991723002/diff/20001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1991723002/diff/20001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode51 webrtc/modules/audio_processing/aec/aec_core.cc:51: if (moved_ms == 0) I'd rather put this check ...
4 years, 7 months ago (2016-05-18 10:54:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1991723002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1991723002/20001
4 years, 7 months ago (2016-05-18 10:58:31 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-18 12:43:06 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 12:43:08 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/83e8286c6bbf5a30f8e4a4b373ef708566f9da07
Cr-Commit-Position: refs/heads/master@{#12795}

Powered by Google App Engine
This is Rietveld 408576698