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

Issue 2351183002: AcmReceiver: Eliminate AcmReceiver::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: Eliminate AcmReceiver::decoders_ BUG=webrtc:5801 Committed: https://crrev.com/c4ccd4d61c5c061e445db126efaa4923c82ea9be Cr-Commit-Position: refs/heads/master@{#14335}

Patch Set 1 #

Total comments: 9

Patch Set 2 : case-insensitive string comparison #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -40 lines) Patch
M webrtc/modules/audio_coding/acm2/acm_receiver.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 5 chunks +18 lines, -34 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_format.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_format.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 chunk +5 lines, -0 lines 0 comments 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 +12 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/timestamp_scaler.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 19 (6 generated)
kwiberg-webrtc
4 years, 3 months ago (2016-09-20 15:04:02 UTC) #3
kwiberg-webrtc
https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/codecs/audio_format.cc File webrtc/modules/audio_coding/codecs/audio_format.cc (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/codecs/audio_format.cc#newcode38 webrtc/modules/audio_coding/codecs/audio_format.cc:38: a.num_channels == b.num_channels && a.parameters == b.parameters; Should the ...
4 years, 3 months ago (2016-09-20 15:21:00 UTC) #4
ossu
https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc File webrtc/modules/audio_coding/acm2/acm_receiver.cc (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc#newcode185 webrtc/modules/audio_coding/acm2/acm_receiver.cc:185: // TODO(kwiberg): This function has been ignoring the |sample_rate_hz| ...
4 years, 3 months ago (2016-09-20 15:30:56 UTC) #5
kwiberg-webrtc
https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/codecs/audio_format.cc File webrtc/modules/audio_coding/codecs/audio_format.cc (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/codecs/audio_format.cc#newcode38 webrtc/modules/audio_coding/codecs/audio_format.cc:38: a.num_channels == b.num_channels && a.parameters == b.parameters; On 2016/09/20 ...
4 years, 3 months ago (2016-09-20 16:30:29 UTC) #6
hlundin-webrtc
lgtm
4 years, 3 months ago (2016-09-21 10:38:16 UTC) #7
ossu
https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h File webrtc/modules/audio_coding/neteq/decoder_database.h (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h#newcode68 webrtc/modules/audio_coding/neteq/decoder_database.h:68: return audio_format_ ? &*audio_format_ : nullptr; On 2016/09/20 16:30:29, ...
4 years, 3 months ago (2016-09-21 10:46:10 UTC) #8
kwiberg-webrtc
https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h File webrtc/modules/audio_coding/neteq/decoder_database.h (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h#newcode68 webrtc/modules/audio_coding/neteq/decoder_database.h:68: return audio_format_ ? &*audio_format_ : nullptr; On 2016/09/21 10:46:10, ...
4 years, 3 months ago (2016-09-21 11:51:58 UTC) #9
ossu
lgtm https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h File webrtc/modules/audio_coding/neteq/decoder_database.h (right): https://codereview.webrtc.org/2351183002/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database.h#newcode68 webrtc/modules/audio_coding/neteq/decoder_database.h:68: return audio_format_ ? &*audio_format_ : nullptr; On 2016/09/21 ...
4 years, 3 months ago (2016-09-21 12:00:56 UTC) #10
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/2351183002/40001
4 years, 3 months ago (2016-09-21 12:04:36 UTC) #12
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)
4 years, 3 months ago (2016-09-21 14:05:07 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/2351183002/40001
4 years, 3 months ago (2016-09-21 17:37:21 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 3 months ago (2016-09-21 17:55:20 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 17:55:26 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c4ccd4d61c5c061e445db126efaa4923c82ea9be
Cr-Commit-Position: refs/heads/master@{#14335}

Powered by Google App Engine
This is Rietveld 408576698