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

Issue 1901633002: Adding 120 ms frame length support in NetEq. (Closed)

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

Description

Adding 120 ms frame length support in NetEq. BUG=webrtc:1015 Committed: https://crrev.com/5bd3397e53b96f73d1dcc120a50baf594aee3eb5 Cr-Commit-Position: refs/heads/master@{#12592}

Patch Set 1 #

Patch Set 2 : solving a chromium-style complaint #

Patch Set 3 : fixing a legacy error #

Patch Set 4 : rebasing #

Patch Set 5 : redo patch set 2 (did not merge in patch set 4) #

Patch Set 6 : fixing two errors #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -20 lines) Patch
M webrtc/modules/audio_coding/neteq/merge.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/merge.cc View 1 2 3 4 5 5 chunks +15 lines, -16 lines 3 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 2 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 1 2 3 4 5 3 chunks +212 lines, -2 lines 2 comments Download
M webrtc/modules/audio_coding/neteq/normal_unittest.cc View 1 2 3 4 5 2 chunks +50 lines, -0 lines 1 comment Download

Messages

Total messages: 38 (17 generated)
minyue-webrtc
Henrik, Please take a look at this CL. Thanks!
4 years, 8 months ago (2016-04-18 13:20:51 UTC) #3
hlundin-webrtc
lgtm
4 years, 8 months ago (2016-04-19 06:29:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/1
4 years, 8 months ago (2016-04-19 06:35:02 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_gn_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_gn_rel/builds/10190)
4 years, 8 months ago (2016-04-19 06:37:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/20001
4 years, 8 months ago (2016-04-19 07:24:08 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_ubsan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan/builds/1351)
4 years, 8 months ago (2016-04-19 07:42:27 UTC) #13
minyue-webrtc
On 2016/04/19 07:42:27, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 8 months ago (2016-04-19 18:14:49 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/80001
4 years, 7 months ago (2016-04-28 08:20:07 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_gn_dbg/builds/2725)
4 years, 7 months ago (2016-04-28 08:24:58 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/100001
4 years, 7 months ago (2016-04-28 08:37:42 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_ubsan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan/builds/1620)
4 years, 7 months ago (2016-04-28 08:59:35 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/120001
4 years, 7 months ago (2016-05-02 09:55:47 UTC) #25
minyue-webrtc
This turns green eventually. Since beginning, there has been UBsan problems encountered. But the bots ...
4 years, 7 months ago (2016-05-02 10:44:53 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-02 10:54:35 UTC) #28
hlundin-webrtc
lgtm https://codereview.webrtc.org/1901633002/diff/120001/webrtc/modules/audio_coding/neteq/merge.cc File webrtc/modules/audio_coding/neteq/merge.cc (right): https://codereview.webrtc.org/1901633002/diff/120001/webrtc/modules/audio_coding/neteq/merge.cc#newcode212 webrtc/modules/audio_coding/neteq/merge.cc:212: int32_t factor = (expanded_max * expanded_max) / On ...
4 years, 7 months ago (2016-05-02 11:28:15 UTC) #29
minyue-webrtc
https://codereview.webrtc.org/1901633002/diff/120001/webrtc/modules/audio_coding/neteq/merge.cc File webrtc/modules/audio_coding/neteq/merge.cc (right): https://codereview.webrtc.org/1901633002/diff/120001/webrtc/modules/audio_coding/neteq/merge.cc#newcode212 webrtc/modules/audio_coding/neteq/merge.cc:212: int32_t factor = (expanded_max * expanded_max) / On 2016/05/02 ...
4 years, 7 months ago (2016-05-02 11:41:12 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901633002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901633002/120001
4 years, 7 months ago (2016-05-02 11:41:36 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 7 months ago (2016-05-02 11:46:16 UTC) #34
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/5bd3397e53b96f73d1dcc120a50baf594aee3eb5 Cr-Commit-Position: refs/heads/master@{#12592}
4 years, 7 months ago (2016-05-02 11:46:24 UTC) #36
Dani Kirov
On 2016/05/02 11:46:24, commit-bot: I haz the power wrote: > Patchset 6 (id:??) landed as ...
4 years, 7 months ago (2016-05-02 17:54:38 UTC) #37
minyue-webrtc
4 years, 7 months ago (2016-05-03 07:30:20 UTC) #38
Message was sent while issue was closed.
On 2016/05/02 17:54:38, Dani Kirov wrote:
> On 2016/05/02 11:46:24, commit-bot: I haz the power wrote:
> > Patchset 6 (id:??) landed as
> > https://crrev.com/5bd3397e53b96f73d1dcc120a50baf594aee3eb5
> > Cr-Commit-Position: refs/heads/master@{#12592}
> 
> It would be better if unit test kNetEqMaxFrameSize = kMaxFrameSize instead of
> hardcoding it.
> 
>    static const size_t kMaxFrameSize = 5760;  // 120 ms @ 48 kHz.
> 
>  TEST_F(NetEqImplTest, UnsupportedDecoder) {
>   static const size_t kNetEqMaxFrameSize = 5760;  // 120 ms @ 48 kHz.

Thanks! I agree. We can fix it in a separate patch.

Powered by Google App Engine
This is Rietveld 408576698