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

Issue 2384423002: Relanding "Setting up an RTP input fuzzer for NetEq" (Closed)

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

Description

Relanding "Setting up an RTP input fuzzer for NetEq" The original CL (https://codereview.webrtc.org/2315633002) was reverted since the fuzzer depended on gflags and files in the resources folder; neither of this is allowed for a fuzzer test in Chromium. This new version streamlines the dependencies, and changes the test to generate a sinusoid input audio signal instead of reading from a file. Original commit message: This CL introduces a new fuzzer target neteq_rtp_fuzzer that manipulates the RTP header fields before inserting the packets into NetEq. A few helper classes are also introduced. BUG=webrtc:5447 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_chromium_rel_ng;master.tryserver.chromium.android:android_compile_dbg,linux_android_rel_ng;master.tryserver.chromium.linux:linux_chromium_rel_ng;master.tryserver.chromium.mac:mac_chromium_rel_ng,ios-device Committed: https://crrev.com/58466f6d973fa7e0bbff870fe8c130e66b032860 Cr-Commit-Position: refs/heads/master@{#14523}

Patch Set 1 : Original CL rebase #

Patch Set 2 : Change EncodeNetEqInput to take a signal generator instead of a file #

Total comments: 1

Patch Set 3 : Break out neteq_test_minimal to new target #

Patch Set 4 : Omit iLBC codec #

Patch Set 5 : Fix win64 compile #

Patch Set 6 : Floating point literal in double precision #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -3 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 chunks +20 lines, -2 lines 0 comments Download
A webrtc/modules/audio_coding/neteq/tools/encode_neteq_input.h View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/neteq/tools/encode_neteq_input.cc View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_input.h View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A webrtc/test/fuzzers/neteq_rtp_fuzzer.cc View 1 2 3 4 5 1 chunk +165 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
hlundin-webrtc
Break out neteq_test_minimal to new target
4 years, 2 months ago (2016-10-04 08:06:08 UTC) #1
hlundin-webrtc
Ivo, Henrik, please, take a look at this CL. This is a relanding of the ...
4 years, 2 months ago (2016-10-04 08:10:49 UTC) #4
kjellander_webrtc
lgtm
4 years, 2 months ago (2016-10-04 10:09:57 UTC) #5
kjellander_webrtc
On 2016/10/04 10:09:57, kjellander_webrtc wrote: > lgtm I suggest you run chromium trybots on this ...
4 years, 2 months ago (2016-10-04 10:10:29 UTC) #6
hlundin-webrtc
On 2016/10/04 10:10:29, kjellander_webrtc wrote: > On 2016/10/04 10:09:57, kjellander_webrtc wrote: > > lgtm > ...
4 years, 2 months ago (2016-10-04 10:53:13 UTC) #7
kjellander_webrtc
On 2016/10/04 10:53:13, hlundin-webrtc wrote: > On 2016/10/04 10:10:29, kjellander_webrtc wrote: > > On 2016/10/04 ...
4 years, 2 months ago (2016-10-04 11:38:32 UTC) #8
hlundin-webrtc
On 2016/10/04 11:38:32, kjellander_webrtc wrote: > On 2016/10/04 10:53:13, hlundin-webrtc wrote: > > On 2016/10/04 ...
4 years, 2 months ago (2016-10-04 12:57:54 UTC) #9
ivoc
lgtm. https://codereview.webrtc.org/2384423002/diff/20001/webrtc/test/fuzzers/neteq_rtp_fuzzer.cc File webrtc/test/fuzzers/neteq_rtp_fuzzer.cc (right): https://codereview.webrtc.org/2384423002/diff/20001/webrtc/test/fuzzers/neteq_rtp_fuzzer.cc#newcode50 webrtc/test/fuzzers/neteq_rtp_fuzzer.cc:50: double phase_ = 0.0f; Should be 0.0 (no ...
4 years, 2 months ago (2016-10-04 15:56:54 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/2384423002/120001
4 years, 2 months ago (2016-10-05 06:10:55 UTC) #14
commit-bot: I haz the power
Your CL was about to rely on recently removed CQ feature(s): * Specifying master names ...
4 years, 2 months ago (2016-10-05 06:10:58 UTC) #16
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/2384423002/120001
4 years, 2 months ago (2016-10-05 06:13:08 UTC) #19
kjellander_webrtc
On 2016/10/05 06:13:08, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 2 months ago (2016-10-05 06:38:11 UTC) #20
hlundin-webrtc
On 2016/10/05 06:38:11, kjellander_webrtc wrote: > On 2016/10/05 06:13:08, commit-bot: I haz the power wrote: ...
4 years, 2 months ago (2016-10-05 06:51:35 UTC) #21
kjellander_webrtc
On 2016/10/05 06:51:35, hlundin-webrtc wrote: > On 2016/10/05 06:38:11, kjellander_webrtc wrote: > > On 2016/10/05 ...
4 years, 2 months ago (2016-10-05 08:49:43 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 2 months ago (2016-10-05 09:27:45 UTC) #24
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 09:27:56 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/58466f6d973fa7e0bbff870fe8c130e66b032860
Cr-Commit-Position: refs/heads/master@{#14523}

Powered by Google App Engine
This is Rietveld 408576698