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

Issue 2177263002: Regression test for issue where Opus DTX status was being forgotten. (Closed)

Created:
4 years, 5 months ago by ivoc
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, kwiberg-webrtc, Andrew MacDonald, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Regression test for issue where Opus DTX status was being forgotten. BUG=webrtc:6020 Committed: https://crrev.com/85228d6af6c13c0a63ea11d8fe0bf240b752cfd0 Cr-Commit-Position: refs/heads/master@{#13539}

Patch Set 1 : Initial version. #

Total comments: 11

Patch Set 2 : Addressed review comments. #

Total comments: 5

Patch Set 3 : Added TODO for making function pure virtual. #

Patch Set 4 : Renamed GetOpusDtx to GetOpusDtxStatus to avoid naming conflict with FakeWebRtcVoiceEngine. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -80 lines) Patch
M webrtc/modules/audio_coding/acm2/audio_coding_module.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/voice_engine/include/voe_codec.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/voice_engine/voe_codec_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/voe_codec_impl.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M webrtc/voice_engine/voe_codec_unittest.cc View 1 2 3 2 chunks +30 lines, -79 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
ivoc
Hi Minyue, PTAL at this regression test for the issue where the Opus DTX status ...
4 years, 5 months ago (2016-07-25 14:53:52 UTC) #4
minyue-webrtc
Good catch! Some small comments. https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode155 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:155: bool AudioEncoderOpus::GetDtx() { why ...
4 years, 5 months ago (2016-07-25 16:13:01 UTC) #5
ivoc
Thanks for the comments, PTAL. https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode155 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:155: bool AudioEncoderOpus::GetDtx() { On ...
4 years, 5 months ago (2016-07-25 17:11:10 UTC) #6
minyue-webrtc
https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode155 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:155: bool AudioEncoderOpus::GetDtx() { On 2016/07/25 17:11:09, ivoc wrote: > ...
4 years, 4 months ago (2016-07-26 09:37:01 UTC) #7
ivoc
https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode155 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:155: bool AudioEncoderOpus::GetDtx() { On 2016/07/26 09:37:01, minyue-webrtc wrote: > ...
4 years, 4 months ago (2016-07-26 12:28:31 UTC) #8
ivoc
https://codereview.webrtc.org/2177263002/diff/40001/webrtc/modules/audio_coding/acm2/audio_coding_module.cc File webrtc/modules/audio_coding/acm2/audio_coding_module.cc (right): https://codereview.webrtc.org/2177263002/diff/40001/webrtc/modules/audio_coding/acm2/audio_coding_module.cc#newcode601 webrtc/modules/audio_coding/acm2/audio_coding_module.cc:601: void AudioCodingModuleImpl::QueryEncoder( On 2016/07/26 12:28:31, ivoc wrote: > On ...
4 years, 4 months ago (2016-07-26 13:55:21 UTC) #9
minyue-webrtc
lgtm https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.webrtc.org/2177263002/diff/20001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode155 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:155: bool AudioEncoderOpus::GetDtx() { On 2016/07/26 12:28:31, ivoc wrote: ...
4 years, 4 months ago (2016-07-26 15:04:54 UTC) #10
ivoc
Hi Henrik, please have a look at this CL to introduce a regression test for ...
4 years, 4 months ago (2016-07-26 15:19:38 UTC) #12
henrika_webrtc
LGTM https://codereview.webrtc.org/2177263002/diff/40001/webrtc/voice_engine/include/voe_codec.h File webrtc/voice_engine/include/voe_codec.h (right): https://codereview.webrtc.org/2177263002/diff/40001/webrtc/voice_engine/include/voe_codec.h#newcode136 webrtc/voice_engine/include/voe_codec.h:136: virtual int GetOpusDtx(int channel, bool* enabled) { return ...
4 years, 4 months ago (2016-07-27 09:32:59 UTC) #13
ivoc
https://codereview.webrtc.org/2177263002/diff/40001/webrtc/voice_engine/include/voe_codec.h File webrtc/voice_engine/include/voe_codec.h (right): https://codereview.webrtc.org/2177263002/diff/40001/webrtc/voice_engine/include/voe_codec.h#newcode136 webrtc/voice_engine/include/voe_codec.h:136: virtual int GetOpusDtx(int channel, bool* enabled) { return -1; ...
4 years, 4 months ago (2016-07-27 09:48:32 UTC) #14
henrika_webrtc
LGTM++
4 years, 4 months ago (2016-07-27 09:57:04 UTC) #15
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/2177263002/60001
4 years, 4 months ago (2016-07-27 10:02:19 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/12909)
4 years, 4 months ago (2016-07-27 10:07:36 UTC) #20
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/2177263002/80001
4 years, 4 months ago (2016-07-27 11:09:45 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 4 months ago (2016-07-27 11:53:52 UTC) #25
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 11:53:59 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/85228d6af6c13c0a63ea11d8fe0bf240b752cfd0
Cr-Commit-Position: refs/heads/master@{#13539}

Powered by Google App Engine
This is Rietveld 408576698