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

Issue 1945863002: NetEq: Replace timescale_holdoff_ with a Countdown timer (Closed)

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

Description

NetEq: Replace timescale_holdoff_ with a Countdown timer The timescale_holdoff_ is a counter in the DecisionLogic class. The purpose is to enforce a minimum number of GetAudio calls between (successfull) time-scaling operations (i.e., Accelerate and Pre-emptive Expand operations). With this change, the counter is replaced with a Countdown timer obtained from a TickTimer object. BUG=webrtc:5608 R=tina.legrand@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/47b17dc59c073768992c3a7ec085ada608953ed6

Patch Set 1 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -65 lines) Patch
M webrtc/modules/audio_coding/neteq/decision_logic.h View 6 chunks +10 lines, -7 lines 1 comment Download
M webrtc/modules/audio_coding/neteq/decision_logic.cc View 4 chunks +20 lines, -22 lines 2 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_fax.h View 1 chunk +10 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_normal.h View 2 chunks +13 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_unittest.cc View 1 chunk +12 lines, -19 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 chunk +4 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (6 generated)
hlundin-webrtc
CL #7 (out of 8 for the TickTimer feature). PTAL. Thanks! https://codereview.webrtc.org/1945863002/diff/20001/webrtc/modules/audio_coding/neteq/decision_logic.cc File webrtc/modules/audio_coding/neteq/decision_logic.cc (right): ...
4 years, 7 months ago (2016-05-03 19:09:11 UTC) #3
tlegrand-webrtc
lgtm https://codereview.webrtc.org/1945863002/diff/20001/webrtc/modules/audio_coding/neteq/decision_logic.cc File webrtc/modules/audio_coding/neteq/decision_logic.cc (right): https://codereview.webrtc.org/1945863002/diff/20001/webrtc/modules/audio_coding/neteq/decision_logic.cc#newcode93 webrtc/modules/audio_coding/neteq/decision_logic.cc:93: tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1); On 2016/05/03 19:09:10, hlundin-webrtc wrote: ...
4 years, 7 months ago (2016-05-10 05:55:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945863002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945863002/20001
4 years, 7 months ago (2016-05-10 06:58:04 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_dbg/builds/3835)
4 years, 7 months ago (2016-05-10 07:12:58 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/47b17dc59c073768992c3a7ec085ada608953ed6 Cr-Commit-Position: refs/heads/master@{#12670}
4 years, 7 months ago (2016-05-10 08:21:18 UTC) #10
hlundin-webrtc
4 years, 7 months ago (2016-05-10 08:21:21 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:20001) manually as
47b17dc59c073768992c3a7ec085ada608953ed6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698