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

Issue 2234783002: Cleaned out candidateSet member from TMMBRHelp class (Closed)

Created:
4 years, 4 months ago by danilchap
Modified:
4 years, 4 months ago
Reviewers:
philipel, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Cleaned out candidateSet member from TMMBRHelp class leaving that class memberless. BUG=webrtc:5565 Committed: https://crrev.com/2f69ce949855b8e245c712add3c66276dae6f314 Cr-Commit-Position: refs/heads/master@{#13776}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Simplify CalcMinBitrateBps moving out lower limit into RtcpReceiver #

Total comments: 5

Patch Set 3 : Treat too large bitrate as invalid, treat too small - as valid. #

Total comments: 2

Patch Set 4 : remove now unused include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -116 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 3 chunks +12 lines, -13 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 2 chunks +8 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.h View 1 chunk +4 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.cc View 1 8 chunks +39 lines, -83 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
danilchap
One more step clearing TMMBRHelper. https://codereview.webrtc.org/2234783002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (left): https://codereview.webrtc.org/2234783002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#oldcode1259 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1259: // Get net bitrate ...
4 years, 4 months ago (2016-08-10 11:18:48 UTC) #2
philipel
lgtm with two nits. https://codereview.webrtc.org/2234783002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2234783002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1263 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1263: kMinVideoBwManagementBitrateBps); Remove kMinVideoBwManagementBitrateBps and just ...
4 years, 4 months ago (2016-08-11 11:57:12 UTC) #3
danilchap
Stefan, can it be a problem if bandwidth calculation using tmmbr would be allowed to ...
4 years, 4 months ago (2016-08-11 13:08:36 UTC) #5
philipel
https://codereview.webrtc.org/2234783002/diff/20001/webrtc/modules/rtp_rtcp/source/tmmbr_help.h File webrtc/modules/rtp_rtcp/source/tmmbr_help.h (right): https://codereview.webrtc.org/2234783002/diff/20001/webrtc/modules/rtp_rtcp/source/tmmbr_help.h#newcode50 webrtc/modules/rtp_rtcp/source/tmmbr_help.h:50: static uint64_t CalcMinBitrateBps( On 2016/08/11 13:08:36, danilchap wrote: > ...
4 years, 4 months ago (2016-08-11 13:33:50 UTC) #6
philipel
https://codereview.webrtc.org/2234783002/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2234783002/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1263 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1263: if (bitrate_bps <= std::numeric_limits<uint32_t>::max()) Is this suppose to be ...
4 years, 4 months ago (2016-08-11 14:03:26 UTC) #7
danilchap
https://codereview.webrtc.org/2234783002/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2234783002/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1263 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1263: if (bitrate_bps <= std::numeric_limits<uint32_t>::max()) On 2016/08/11 14:03:26, philipel wrote: ...
4 years, 4 months ago (2016-08-11 14:16:22 UTC) #8
danilchap
According to offline discussion it is ok. > Stefan, can it be a problem if ...
4 years, 4 months ago (2016-08-16 09:06:49 UTC) #9
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/2234783002/60001
4 years, 4 months ago (2016-08-16 10:16:04 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-16 10:21:44 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 10:21:46 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2f69ce949855b8e245c712add3c66276dae6f314
Cr-Commit-Position: refs/heads/master@{#13776}

Powered by Google App Engine
This is Rietveld 408576698