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

Issue 1411673003: Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estima… (Closed)

Created:
5 years, 2 months ago by terelius
Modified:
5 years, 1 month ago
Reviewers:
ivoc, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator. BUG= Committed: https://crrev.com/006d93d3c679ffd15223c327d649066a72400639 Cr-Commit-Position: refs/heads/master@{#10531}

Patch Set 1 : Logging for loss based BWE #

Total comments: 25

Patch Set 2 : Reviewer comments and change sint32 to int32 in protobuf. #

Patch Set 3 : Rebase and format #

Patch Set 4 : Avoid explicit temporary variable for timestamp. Rebase. #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -40 lines) Patch
M webrtc/call/call.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/call/rtc_event_log.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/call/rtc_event_log.cc View 1 2 3 7 chunks +26 lines, -12 lines 0 comments Download
M webrtc/call/rtc_event_log.proto View 1 8 chunks +32 lines, -14 lines 0 comments Download
M webrtc/call/rtc_event_log_unittest.cc View 1 2 3 9 chunks +55 lines, -13 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 2 3 5 chunks +18 lines, -1 line 0 comments Download

Messages

Total messages: 15 (3 generated)
terelius
Please have a look at this CL which adds logging capabilities to the loss-based send-side ...
5 years, 2 months ago (2015-10-19 08:10:16 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc File webrtc/call/rtc_event_log.cc (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc#newcode370 webrtc/call/rtc_event_log.cc:370: event.set_timestamp_us(timestamp); Pass in clock_->TimeInMicroseconds() directly. https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.h File webrtc/call/rtc_event_log.h (right): ...
5 years, 2 months ago (2015-10-19 08:43:22 UTC) #3
ivoc
Nice, looks good. Just a few minor nits. https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.proto File webrtc/call/rtc_event_log.proto (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.proto#newcode109 webrtc/call/rtc_event_log.proto:109: optional ...
5 years, 2 months ago (2015-10-19 16:03:38 UTC) #4
terelius
https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc File webrtc/call/rtc_event_log.cc (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc#newcode370 webrtc/call/rtc_event_log.cc:370: event.set_timestamp_us(timestamp); On 2015/10/19 08:43:21, stefan-webrtc (holmer) wrote: > Pass ...
5 years, 1 month ago (2015-10-26 17:40:18 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc File webrtc/call/rtc_event_log.cc (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc#newcode370 webrtc/call/rtc_event_log.cc:370: event.set_timestamp_us(timestamp); On 2015/10/26 17:40:18, terelius wrote: > On 2015/10/19 ...
5 years, 1 month ago (2015-10-28 16:03:18 UTC) #6
terelius
https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc File webrtc/call/rtc_event_log.cc (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.cc#newcode370 webrtc/call/rtc_event_log.cc:370: event.set_timestamp_us(timestamp); On 2015/10/28 16:03:18, stefan-webrtc (holmer) wrote: > On ...
5 years, 1 month ago (2015-10-30 10:51:40 UTC) #7
stefan-webrtc
lgtm https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.h File webrtc/call/rtc_event_log.h (right): https://codereview.webrtc.org/1411673003/diff/1/webrtc/call/rtc_event_log.h#newcode77 webrtc/call/rtc_event_log.h:77: virtual void LogBwePacketLossEvent(int32_t bitrate, On 2015/10/30 10:51:40, terelius ...
5 years, 1 month ago (2015-10-30 10:58:04 UTC) #8
terelius
> > Acknowledged, though I'd like to register my dissatisfaction with the google > > ...
5 years, 1 month ago (2015-10-30 11:08:33 UTC) #9
ivoc
LGTM.
5 years, 1 month ago (2015-11-03 15:14:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411673003/80001
5 years, 1 month ago (2015-11-05 17:56:55 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-05 20:02:19 UTC) #14
commit-bot: I haz the power
5 years, 1 month ago (2015-11-05 20:02:25 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/006d93d3c679ffd15223c327d649066a72400639
Cr-Commit-Position: refs/heads/master@{#10531}

Powered by Google App Engine
This is Rietveld 408576698