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

Issue 2838353002: NetEq: Limit payload size for replacement audio input (Closed)

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

Description

NetEq: Limit payload size for replacement audio input With this fix, the size of the fake encoded payload is limited to 120 ms at 48000 samples/second. BUG=webrtc:7467 Review-Url: https://codereview.webrtc.org/2838353002 Cr-Commit-Position: refs/heads/master@{#17891} Committed: https://chromium.googlesource.com/external/webrtc/+/65881de6c81cf3f33b0f2f5f8f4a19716ee93fdc

Patch Set 1 #

Total comments: 4

Patch Set 2 : alessiob's comments #

Total comments: 2

Patch Set 3 : One more DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc View 1 2 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
hlundin-webrtc
Please, take look.
3 years, 7 months ago (2017-04-26 11:37:51 UTC) #3
ivoc
lgtm.
3 years, 7 months ago (2017-04-26 12:03:22 UTC) #4
AleBzk
LGTM with a couple of comments from a newbie https://codereview.webrtc.org/2838353002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc File webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc (right): https://codereview.webrtc.org/2838353002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc#newcode93 webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc:93: ...
3 years, 7 months ago (2017-04-26 13:26:48 UTC) #9
hlundin-webrtc
Thanks. Please, see new patch set. https://codereview.webrtc.org/2838353002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc File webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc (right): https://codereview.webrtc.org/2838353002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc#newcode93 webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc:93: // Packets are ...
3 years, 7 months ago (2017-04-26 13:58:51 UTC) #10
AleBzk
Thanks for the change, I replied below: https://codereview.webrtc.org/2838353002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc File webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc (right): https://codereview.webrtc.org/2838353002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc#newcode98 webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc:98: RTC_DCHECK_LE(input_frame_size_timestamps, 120 ...
3 years, 7 months ago (2017-04-26 14:26:48 UTC) #11
hlundin-webrtc
Will land this patch set. https://codereview.webrtc.org/2838353002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc File webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc (right): https://codereview.webrtc.org/2838353002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc#newcode98 webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc:98: RTC_DCHECK_LE(input_frame_size_timestamps, 120 * 48); ...
3 years, 7 months ago (2017-04-26 14:32:32 UTC) #12
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/2838353002/40001
3 years, 7 months ago (2017-04-26 14:32:57 UTC) #15
commit-bot: I haz the power
3 years, 7 months ago (2017-04-26 15:23:40 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/65881de6c81cf3f33b0f2f5f8...

Powered by Google App Engine
This is Rietveld 408576698