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

Issue 1540383002: [rtp_rtcp] ReportBlockInformation cleaned and moved out of the rtcp_receiver_help. (Closed)

Created:
5 years ago by danilchap
Modified:
4 years, 3 months ago
Reviewers:
philipel
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

[rtp_rtcp] ReportBlockInformation cleaned and moved out of the rtcp_receiver_help. filling ReportBlockInformation moved from RtcpReceiver::HandleReportBlock to the class itself. maxjitter calculation dropped because is not used. BUG=webrtc:5565

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebase #

Patch Set 4 : #

Total comments: 29

Patch Set 5 : #

Total comments: 11

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -126 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/report_block_information.h View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/report_block_information.cc View 1 2 3 4 5 1 chunk +108 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/report_block_information_unittest.cc View 1 2 3 4 1 chunk +180 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 3 4 5 2 chunks +10 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 5 5 chunks +20 lines, -76 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 2 chunks +2 lines, -20 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc View 2 chunks +5 lines, -22 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
danilchap
5 years ago (2015-12-21 21:06:25 UTC) #1
danilchap
4 years, 10 months ago (2016-02-25 10:42:26 UTC) #6
philipel
https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc File webrtc/modules/rtp_rtcp/source/report_block_information.cc (right): https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc#newcode37 webrtc/modules/rtp_rtcp/source/report_block_information.cc:37: RTC_CHECK_GT(number_rtt_, 0u); Expected value first: RTC_CHECK_GT(0u, number_rtt_); https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.h File ...
4 years, 9 months ago (2016-02-29 13:21:48 UTC) #7
danilchap
https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc File webrtc/modules/rtp_rtcp/source/report_block_information.cc (right): https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc#newcode37 webrtc/modules/rtp_rtcp/source/report_block_information.cc:37: RTC_CHECK_GT(number_rtt_, 0u); On 2016/02/29 13:21:47, philipel wrote: > Expected ...
4 years, 9 months ago (2016-02-29 14:41:28 UTC) #8
philipel
https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc File webrtc/modules/rtp_rtcp/source/report_block_information.cc (right): https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc#newcode37 webrtc/modules/rtp_rtcp/source/report_block_information.cc:37: RTC_CHECK_GT(number_rtt_, 0u); On 2016/02/29 14:41:27, danilchap wrote: > On ...
4 years, 9 months ago (2016-03-03 14:00:59 UTC) #9
danilchap
https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc File webrtc/modules/rtp_rtcp/source/report_block_information.cc (right): https://codereview.webrtc.org/1540383002/diff/60001/webrtc/modules/rtp_rtcp/source/report_block_information.cc#newcode37 webrtc/modules/rtp_rtcp/source/report_block_information.cc:37: RTC_CHECK_GT(number_rtt_, 0u); On 2016/03/03 14:00:58, philipel wrote: > On ...
4 years, 9 months ago (2016-03-03 14:44:49 UTC) #10
philipel
4 years, 9 months ago (2016-03-04 10:07:00 UTC) #11
lgtm

Powered by Google App Engine
This is Rietveld 408576698