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

Issue 2463813002: Make use of new APM statistics interface. (Closed)

Created:
4 years, 1 month ago by ivoc
Modified:
4 years, 1 month ago
Reviewers:
the sun, ossu, peah-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, tlegrand-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make use of new APM statistics interface. Updates GetStats() function in AudioSendStream to use the new GetStatistics function in APM instead of the corresponding VoE functions. BUG=webrtc:6525 Committed: https://crrev.com/7aba0297e65c3413c88a93c78435dc369e86fe46 Cr-Commit-Position: refs/heads/master@{#15065}

Patch Set 1 : Initial version #

Patch Set 2 : Updated unittests. #

Patch Set 3 : Updated new default residual echo likelihood value (for inactive RED). #

Patch Set 4 : Speculative fix for bots. #

Total comments: 2

Patch Set 5 : Moved fix for metrics to echo_cancellation.cc #

Patch Set 6 : Remove DCHECKs on values of stats. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -42 lines) Patch
M webrtc/audio/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 2 1 chunk +10 lines, -28 lines 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 1 2 4 chunks +19 lines, -10 lines 0 comments Download
M webrtc/modules/audio_processing/include/audio_processing.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 43 (16 generated)
ivoc
Hi Fredrik, This small CL updates the GetStats() function on AudioSendStream to use the new ...
4 years, 1 month ago (2016-10-31 13:14:04 UTC) #3
the sun
lgtm % hooking up relevant unit tests
4 years, 1 month ago (2016-11-01 08:35:23 UTC) #4
ivoc
Thanks for the review! Adding ossu to have a look at the changes to the ...
4 years, 1 month ago (2016-11-01 13:18:25 UTC) #6
ossu
On 2016/11/01 13:18:25, ivoc wrote: > Thanks for the review! Adding ossu to have a ...
4 years, 1 month ago (2016-11-01 13:30:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2463813002/20001
4 years, 1 month ago (2016-11-02 16:22:53 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/19215)
4 years, 1 month ago (2016-11-02 16:30:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2463813002/40001
4 years, 1 month ago (2016-11-03 09:58:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/19822)
4 years, 1 month ago (2016-11-03 10:06:35 UTC) #17
ivoc
I made some changes to audio_processing_impl.cc to get the tests to pass on all bots ...
4 years, 1 month ago (2016-11-08 15:53:56 UTC) #19
ossu
On 2016/11/08 15:53:56, ivoc wrote: > I made some changes to audio_processing_impl.cc to get the ...
4 years, 1 month ago (2016-11-08 16:17:36 UTC) #20
ivoc
On 2016/11/08 16:17:36, ossu wrote: > On 2016/11/08 15:53:56, ivoc wrote: > > I made ...
4 years, 1 month ago (2016-11-08 16:23:26 UTC) #21
ossu
On 2016/11/08 16:17:36, ossu wrote: > On 2016/11/08 15:53:56, ivoc wrote: > > I made ...
4 years, 1 month ago (2016-11-08 16:53:16 UTC) #22
ivoc
On 2016/11/08 16:53:16, ossu wrote: > On 2016/11/08 16:17:36, ossu wrote: > > On 2016/11/08 ...
4 years, 1 month ago (2016-11-09 10:20:43 UTC) #23
peah-webrtc
https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode1502 webrtc/modules/audio_processing/audio_processing_impl.cc:1502: stats.a_nlp.Set(FixStatistic(metrics.a_nlp)); What you do here is basically to ensure ...
4 years, 1 month ago (2016-11-10 10:36:09 UTC) #24
ossu
https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode1502 webrtc/modules/audio_processing/audio_processing_impl.cc:1502: stats.a_nlp.Set(FixStatistic(metrics.a_nlp)); On 2016/11/10 10:36:09, peah-webrtc wrote: > What you ...
4 years, 1 month ago (2016-11-10 11:29:47 UTC) #25
peah-webrtc
On 2016/11/10 11:29:47, ossu wrote: > https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc > File webrtc/modules/audio_processing/audio_processing_impl.cc (right): > > https://codereview.webrtc.org/2463813002/diff/60001/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode1502 > ...
4 years, 1 month ago (2016-11-10 12:49:42 UTC) #26
ivoc
I modified the way the stats are checked and set in echo_cancellation.cc to prevent this ...
4 years, 1 month ago (2016-11-10 16:51:32 UTC) #27
ossu
On 2016/11/10 16:51:32, ivoc wrote: > I modified the way the stats are checked and ...
4 years, 1 month ago (2016-11-11 10:24:07 UTC) #28
ossu
On 2016/11/11 10:24:07, ossu wrote: > On 2016/11/10 16:51:32, ivoc wrote: > > I modified ...
4 years, 1 month ago (2016-11-11 10:24:51 UTC) #29
ivoc
As we discussed earlier today, I now removed the attempts to fix the stats, and ...
4 years, 1 month ago (2016-11-11 13:58:35 UTC) #30
ossu
Yeah, makes sense. No point in changing behavior at this point. Still lgtm from me!
4 years, 1 month ago (2016-11-11 14:00:58 UTC) #31
peah-webrtc
On 2016/11/11 14:00:58, ossu wrote: > Yeah, makes sense. No point in changing behavior at ...
4 years, 1 month ago (2016-11-14 09:44:58 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2463813002/100001
4 years, 1 month ago (2016-11-14 11:59:04 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_dbg/builds/7240)
4 years, 1 month ago (2016-11-14 12:21:01 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2463813002/100001
4 years, 1 month ago (2016-11-14 12:39:09 UTC) #39
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-14 12:52:10 UTC) #41
commit-bot: I haz the power
4 years, 1 month ago (2016-11-14 12:52:18 UTC) #43
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/7aba0297e65c3413c88a93c78435dc369e86fe46
Cr-Commit-Position: refs/heads/master@{#15065}

Powered by Google App Engine
This is Rietveld 408576698