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

Issue 2588753002: Style renames in RTCPReceiver implementation (Closed)

Created:
4 years ago by danilchap
Modified:
4 years ago
Reviewers:
philipel
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Style cleanup in RTCPReceiver Rename variables and private functions to follow style, replace remaining asserts with DCHECKs. add 'ms' suffix to time variables derived from clock_ add 'ntp' suffix to time variables derived from ntp time. No functional changes expected. BUG=None Review-Url: https://codereview.webrtc.org/2588753002 Cr-Commit-Position: refs/heads/master@{#15706} Committed: https://chromium.googlesource.com/external/webrtc/+/8bab796db717c7edef29b79ea208b14d557b964b

Patch Set 1 #

Total comments: 22

Patch Set 2 : added _ntp suffix to compact ntp times #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -198 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 6 chunks +59 lines, -60 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 44 chunks +133 lines, -137 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 15 (9 generated)
danilchap
4 years ago (2016-12-19 15:24:07 UTC) #4
philipel
lg https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode265 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:265: uint32_t receive_time = CompactNtp(last_received_xr_ntp_); receive_time_ntp https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:266: uint32_t ...
4 years ago (2016-12-19 15:39:07 UTC) #7
danilchap
https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode265 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:265: uint32_t receive_time = CompactNtp(last_received_xr_ntp_); On 2016/12/19 15:39:07, philipel wrote: ...
4 years ago (2016-12-19 16:37:56 UTC) #9
philipel
lgtm https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h File webrtc/modules/rtp_rtcp/source/rtcp_receiver.h (right): https://codereview.webrtc.org/2588753002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h#newcode37 webrtc/modules/rtp_rtcp/source/rtcp_receiver.h:37: class RTCPReceiver { On 2016/12/19 16:37:56, danilchap wrote: ...
4 years ago (2016-12-20 09:55:56 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/2588753002/20001
4 years ago (2016-12-20 10:00:54 UTC) #12
commit-bot: I haz the power
4 years ago (2016-12-20 10:46:50 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/8bab796db717c7edef29b79ea...

Powered by Google App Engine
This is Rietveld 408576698