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

Issue 2339953002: AcmReceiver: Look up last decoder in NetEq's table of decoders (Closed)

Created:
4 years, 3 months ago by kwiberg-webrtc
Modified:
4 years, 3 months ago
Reviewers:
ossu, hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

AcmReceiver: Look up last decoder in NetEq's table of decoders AcmReceiver::decoders_ is now one step closer to being unused. BUG=webrtc:5801 Committed: https://crrev.com/1e4d8b574cde64d93b98d89c7b817fb93185a307 Cr-Commit-Position: refs/heads/master@{#14274}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -67 lines) Patch
M webrtc/modules/audio_coding/acm2/acm_receiver.h View 2 chunks +12 lines, -12 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 6 chunks +26 lines, -52 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver_unittest_oldapi.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 chunk +2 lines, -0 lines 1 comment Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 chunk +21 lines, -0 lines 5 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (12 generated)
kwiberg-webrtc
4 years, 3 months ago (2016-09-16 11:02:20 UTC) #3
ossu
https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode449 webrtc/modules/audio_coding/neteq/neteq_impl.cc:449: ci.plfreq = di->IsRed() || di->IsDtmf() ? 8000 : di->SampleRateHz(); ...
4 years, 3 months ago (2016-09-16 11:39:32 UTC) #9
kwiberg-webrtc
https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode449 webrtc/modules/audio_coding/neteq/neteq_impl.cc:449: ci.plfreq = di->IsRed() || di->IsDtmf() ? 8000 : di->SampleRateHz(); ...
4 years, 3 months ago (2016-09-16 11:50:39 UTC) #10
ossu
https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode449 webrtc/modules/audio_coding/neteq/neteq_impl.cc:449: ci.plfreq = di->IsRed() || di->IsDtmf() ? 8000 : di->SampleRateHz(); ...
4 years, 3 months ago (2016-09-16 11:55:59 UTC) #11
kwiberg-webrtc
https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode449 webrtc/modules/audio_coding/neteq/neteq_impl.cc:449: ci.plfreq = di->IsRed() || di->IsDtmf() ? 8000 : di->SampleRateHz(); ...
4 years, 3 months ago (2016-09-16 12:04:20 UTC) #12
ossu
https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/include/neteq.h File webrtc/modules/audio_coding/neteq/include/neteq.h (right): https://codereview.webrtc.org/2339953002/diff/100001/webrtc/modules/audio_coding/neteq/include/neteq.h#newcode255 webrtc/modules/audio_coding/neteq/include/neteq.h:255: virtual rtc::Optional<CodecInst> GetDecoder(int payload_type) const = 0; On second ...
4 years, 3 months ago (2016-09-16 12:10:06 UTC) #13
ossu
lgtm
4 years, 3 months ago (2016-09-16 12:22:23 UTC) #14
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/2339953002/100001
4 years, 3 months ago (2016-09-16 12:23:15 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 3 months ago (2016-09-16 12:55:15 UTC) #18
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/2339953002/100001
4 years, 3 months ago (2016-09-17 14:46:47 UTC) #20
commit-bot: I haz the power
Committed patchset #1 (id:100001)
4 years, 3 months ago (2016-09-17 15:40:17 UTC) #22
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/1e4d8b574cde64d93b98d89c7b817fb93185a307 Cr-Commit-Position: refs/heads/master@{#14274}
4 years, 3 months ago (2016-09-17 15:40:22 UTC) #24
kwiberg-webrtc
4 years, 3 months ago (2016-09-18 12:35:35 UTC) #25
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:100001) has been created in
https://codereview.webrtc.org/2348123002/ by kwiberg@webrtc.org.

The reason for reverting is: Seems to have broken Chromium tests..

Powered by Google App Engine
This is Rietveld 408576698