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

Issue 2411613002: Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (Closed)

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

Description

Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. BUG=webrtc:6303 Committed: https://crrev.com/84e56d576806635c966093d5421c5d04c9b90746 Cr-Commit-Position: refs/heads/master@{#15310}

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebasing #

Patch Set 3 : fixing errors after rebasing #

Patch Set 4 : fixing unittest #

Total comments: 6

Patch Set 5 : rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -136 lines) Patch
M webrtc/modules/audio_coding/acm2/audio_coding_module.cc View 1 2 3 4 3 chunks +2 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.h View 1 2 chunks +1 line, -11 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.cc View 2 2 chunks +2 lines, -10 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc View 1 2 3 4 1 chunk +10 lines, -7 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 1 2 3 4 3 chunks +4 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 2 3 4 4 chunks +35 lines, -35 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc View 1 2 3 4 5 chunks +42 lines, -34 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc View 1 2 3 4 1 chunk +10 lines, -7 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 69 (49 generated)
minyue-webrtc
Hi Karl, It has been almost 2 weeks since I sent out a PSA on ...
4 years, 2 months ago (2016-10-20 11:58:00 UTC) #3
kwiberg-webrtc
https://codereview.chromium.org/2411613002/diff/1/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc (right): https://codereview.chromium.org/2411613002/diff/1/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc#newcode221 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc:221: SetProjectedPacketLossRate(uplink_packet_loss_fraction); Shouldn't there be an early retirn here? Or ...
4 years, 2 months ago (2016-10-20 21:46:23 UTC) #4
minyue-webrtc
Hi Karl, Now this CL is rebased on master (as opposed to an unfinished CL ...
4 years, 1 month ago (2016-11-08 13:37:24 UTC) #7
kwiberg-webrtc
lgtm
4 years, 1 month ago (2016-11-08 16:10:35 UTC) #8
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/2411613002/60001
4 years, 1 month ago (2016-11-08 17:04:31 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/8725) linux_libfuzzer_rel on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 1 month ago (2016-11-08 17:06:42 UTC) #12
minyue-webrtc
Hi Karl, Some errors were introduced by rebasing. Sorry for missing them earlier. I have ...
4 years, 1 month ago (2016-11-09 07:03:37 UTC) #16
minyue-webrtc
On 2016/11/09 07:03:37, minyue-webrtc wrote: > Hi Karl, > > Some errors were introduced by ...
4 years, 1 month ago (2016-11-09 08:08:10 UTC) #20
minyue-webrtc
On 2016/11/09 08:08:10, minyue-webrtc wrote: > On 2016/11/09 07:03:37, minyue-webrtc wrote: > > Hi Karl, ...
4 years, 1 month ago (2016-11-10 16:45:15 UTC) #46
minyue-webrtc
https://codereview.webrtc.org/2411613002/diff/220001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc File webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc (right): https://codereview.webrtc.org/2411613002/diff/220001/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc#newcode187 webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc:187: points.push_back(a); This is to avoid numerical errors like 0.0f ...
4 years, 1 month ago (2016-11-10 16:45:30 UTC) #47
kwiberg-webrtc
lgtm But I don't really see why you'd want to change the Opus interface functions ...
4 years, 1 month ago (2016-11-11 10:25:41 UTC) #48
minyue-webrtc
On 2016/11/11 10:25:41, kwiberg-webrtc wrote: > lgtm > > But I don't really see why ...
4 years, 1 month ago (2016-11-11 14:02:02 UTC) #49
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/2411613002/220001
4 years ago (2016-11-29 22:18:19 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: android_more_configs on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_more_configs/builds/788) ios32_sim_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years ago (2016-11-29 22:19:29 UTC) #53
minyue-webrtc
I forgot to commit this one. Now the rebasing may affect Henrik's planned changes. Add ...
4 years ago (2016-11-29 22:43:22 UTC) #55
hlundin-webrtc
I see no conflicts with my previous work here. LGTM.
4 years ago (2016-11-30 08:07:40 UTC) #60
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/2411613002/240001
4 years ago (2016-11-30 08:26:24 UTC) #63
commit-bot: I haz the power
Committed patchset #5 (id:240001)
4 years ago (2016-11-30 08:28:07 UTC) #66
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/84e56d576806635c966093d5421c5d04c9b90746 Cr-Commit-Position: refs/heads/master@{#15310}
4 years ago (2016-11-30 08:28:18 UTC) #68
minyue-webrtc
4 years ago (2016-11-30 09:18:34 UTC) #69
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:240001) has been created in
https://codereview.webrtc.org/2537243004/ by minyue@webrtc.org.

The reason for reverting is: internal bot failure.

Powered by Google App Engine
This is Rietveld 408576698