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

Issue 1429943004: AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments (Closed)

Created:
5 years, 1 month ago by kwiberg-webrtc
Modified:
5 years, 1 month ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, hlundin-webrtc, peah-webrtc, kwiberg-webrtc, tlegrand-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments Instead of separate pointer and size arguments. Committed: https://crrev.com/ee2bac26dd3eb4463126098f87701ff66098b288 Cr-Commit-Position: refs/heads/master@{#10606}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Fix log message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -157 lines) Patch
M webrtc/modules/audio_coding/main/acm2/acm_receiver.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receiver.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc View 3 chunks +12 lines, -17 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 5 chunks +16 lines, -18 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 16 chunks +19 lines, -37 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_network_stats_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 23 chunks +41 lines, -40 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (6 generated)
kwiberg-webrtc
PTAL
5 years, 1 month ago (2015-11-07 00:35:28 UTC) #6
hlundin-webrtc
lgtm with a nit and a question (demanding a satisfying answer or a fix). https://codereview.webrtc.org/1429943004/diff/60001/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc ...
5 years, 1 month ago (2015-11-10 10:14:35 UTC) #7
kwiberg-webrtc
https://codereview.webrtc.org/1429943004/diff/60001/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc File webrtc/modules/audio_coding/main/acm2/acm_receiver.cc (right): https://codereview.webrtc.org/1429943004/diff/60001/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc#newcode173 webrtc/modules/audio_coding/main/acm2/acm_receiver.cc:173: const Decoder* decoder = RtpHeaderToDecoder(*header, incoming_payload[0]); On 2015/11/10 10:14:35, ...
5 years, 1 month ago (2015-11-10 10:27:59 UTC) #8
hlundin-webrtc
lgtm https://codereview.webrtc.org/1429943004/diff/60001/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc File webrtc/modules/audio_coding/main/acm2/acm_receiver.cc (right): https://codereview.webrtc.org/1429943004/diff/60001/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc#newcode173 webrtc/modules/audio_coding/main/acm2/acm_receiver.cc:173: const Decoder* decoder = RtpHeaderToDecoder(*header, incoming_payload[0]); On 2015/11/10 ...
5 years, 1 month ago (2015-11-11 14:55:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1429943004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1429943004/80001
5 years, 1 month ago (2015-11-11 16:29:31 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:80001)
5 years, 1 month ago (2015-11-11 18:34:04 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-11 18:34:17 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ee2bac26dd3eb4463126098f87701ff66098b288
Cr-Commit-Position: refs/heads/master@{#10606}

Powered by Google App Engine
This is Rietveld 408576698