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

Issue 2708873003: Propagate packet pacing information to SendTimeHistory. (Closed)

Created:
3 years, 10 months ago by philipel
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, danilchap, zhuangzesen_agora.io, Andrew MacDonald, henrika_webrtc, stefan-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Propagate packet pacing information to SendTimeHistory. In order to not make this CL too large I have broken it down into at least two steps. Previous CL: https://codereview.chromium.org/2628563003/ webrtc::PacedSender::Process <--- previous CL start here webrtc::PacedSender::SendPacket webrtc::PacketRouter::TimeToSendPacket webrtc::ModuleRtpRtcpImpl::TimeToSendPacket <--- previous CL end here, this Cl start here webrtc::RTPSender::TimeToSendPacket webrtc::RTPSender::PrepareAndSendPacket webrtc::RTPSender::AddPacketToTransportFeedback webrtc::TransportFeedbackAdapter::AddPacket webrtc::SendTimeHistory::AddAndRemoveOld <--- this CL end here BUG=webrtc:6822 Review-Url: https://codereview.webrtc.org/2708873003 Cr-Commit-Position: refs/heads/master@{#16796} Committed: https://chromium.googlesource.com/external/webrtc/+/8aadd50b961e7f984020b7540f5385da62403567

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : TransportFeedbackAdapterTest fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -226 lines) Patch
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc View 7 chunks +11 lines, -10 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator.cc View 4 chunks +9 lines, -8 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 2 14 chunks +52 lines, -37 lines 0 comments Download
M webrtc/modules/include/module_common_types.h View 1 chunk +7 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 9 chunks +40 lines, -67 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 3 chunks +23 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 3 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 11 chunks +20 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 21 chunks +37 lines, -38 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
philipel
3 years, 10 months ago (2017-02-21 16:05:30 UTC) #2
nisse-webrtc
Looks pretty good. I've added some comments mainly to check if I understand what's really ...
3 years, 10 months ago (2017-02-22 12:37:48 UTC) #3
philipel
> It would be nice to see the additional information taken into use, but I ...
3 years, 10 months ago (2017-02-22 13:11:26 UTC) #4
nisse-webrtc
lgtm
3 years, 10 months ago (2017-02-22 13:18:02 UTC) #5
philipel
Stefan, PTAL
3 years, 10 months ago (2017-02-22 13:20:05 UTC) #9
stefan-webrtc
lgtm
3 years, 10 months ago (2017-02-22 13:29:07 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/2708873003/40001
3 years, 10 months ago (2017-02-22 14:13:39 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/15843)
3 years, 10 months ago (2017-02-22 15:40:03 UTC) #17
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/2708873003/40001
3 years, 10 months ago (2017-02-23 10:43:31 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 10:56:17 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/8aadd50b961e7f984020b7540...

Powered by Google App Engine
This is Rietveld 408576698