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

Issue 1288033008: Update SendTimeHistory to store complete PacketInfo, not just send time (Closed)

Created:
5 years, 4 months ago by sprang_webrtc
Modified:
5 years, 3 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), stefan-webrtc, tterriberry_mozilla.com, mflodman, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update SendTimeHistory to store complete PacketInfo, not just send time This will be used for the send side bitrate estimation. Storing various meta-data about packets that can be retreived when arrival time feeback arrives. BUG=webrtc:4173 Committed: https://crrev.com/318673cf5a1b230d445a50fdc4869f4b8f99c85d Cr-Commit-Position: refs/heads/master@{#9859}

Patch Set 1 #

Patch Set 2 : Wokaround for GN build #

Total comments: 17

Patch Set 3 : Addressed comments #

Patch Set 4 : Mixed up send/arrival time #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -104 lines) Patch
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 3 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 1 2 3 3 chunks +21 lines, -12 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 1 2 2 chunks +152 lines, -77 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
sprang_webrtc
5 years, 4 months ago (2015-08-19 11:10:46 UTC) #2
sprang_webrtc
Reassigning to stefan@
5 years, 3 months ago (2015-08-31 13:18:39 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h File webrtc/modules/remote_bitrate_estimator/include/send_time_history.h (right): https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h#newcode29 webrtc/modules/remote_bitrate_estimator/include/send_time_history.h:29: bool Populate(PacketInfo* packet, bool remove); GetPacketInfo would be better ...
5 years, 3 months ago (2015-09-03 11:30:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288033008/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288033008/40001
5 years, 3 months ago (2015-09-03 13:21:11 UTC) #7
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 3 months ago (2015-09-03 13:21:13 UTC) #9
sprang_webrtc
https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h File webrtc/modules/remote_bitrate_estimator/include/send_time_history.h (right): https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h#newcode29 webrtc/modules/remote_bitrate_estimator/include/send_time_history.h:29: bool Populate(PacketInfo* packet, bool remove); On 2015/09/03 11:30:32, stefan-webrtc ...
5 years, 3 months ago (2015-09-03 13:24:09 UTC) #10
stefan-webrtc
lgtm https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc File webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc (right): https://codereview.webrtc.org/1288033008/diff/20001/webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc#newcode55 webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc:55: payload_size == other.payload_size && was_paced == other.was_paced; On ...
5 years, 3 months ago (2015-09-04 06:42:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288033008/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288033008/80001
5 years, 3 months ago (2015-09-04 11:42:27 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-09-04 11:43:23 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-09-04 11:43:31 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/318673cf5a1b230d445a50fdc4869f4b8f99c85d
Cr-Commit-Position: refs/heads/master@{#9859}

Powered by Google App Engine
This is Rietveld 408576698