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

Issue 2235223002: Add ability to handle data from multiple streams in RateAccCounter. (Closed)

Created:
4 years, 4 months ago by åsapersson
Modified:
4 years, 1 month ago
Reviewers:
stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add ability to handle data from multiple streams in RateAccCounter. BUG=webrtc:5283 Committed: https://crrev.com/fe647f4ab218c570a0d2575f7e14325932afe7d1 Cr-Commit-Position: refs/heads/master@{#14864}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 #

Patch Set 5 : rebase #

Patch Set 6 #

Total comments: 5

Patch Set 7 #

Total comments: 6

Patch Set 8 : rebase #

Patch Set 9 : address comments #

Patch Set 10 : int64->bool #

Patch Set 11 : rebase #

Total comments: 4

Patch Set 12 : rename ssrc to stream_id #

Patch Set 13 : int -> uint32_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -54 lines) Patch
M webrtc/video/stats_counter.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +6 lines, -9 lines 0 comments Download
M webrtc/video/stats_counter.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +118 lines, -36 lines 0 comments Download
M webrtc/video/stats_counter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +41 lines, -9 lines 0 comments Download

Messages

Total messages: 34 (22 generated)
åsapersson
4 years, 4 months ago (2016-08-19 14:05:33 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc#newcode165 webrtc/video/stats_counter.cc:165: samples_[0].Add(sample); Is zero some default ssrc? I think it's ...
4 years, 4 months ago (2016-08-19 14:36:56 UTC) #5
åsapersson
https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc#newcode165 webrtc/video/stats_counter.cc:165: samples_[0].Add(sample); On 2016/08/19 14:36:56, stefan-webrtc (holmer) wrote: > Is ...
4 years, 4 months ago (2016-08-23 09:06:03 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/100001/webrtc/video/stats_counter.cc#newcode165 webrtc/video/stats_counter.cc:165: samples_[0].Add(sample); On 2016/08/23 09:06:02, åsapersson wrote: > On 2016/08/19 ...
4 years, 3 months ago (2016-09-08 07:13:34 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2235223002/diff/200001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/200001/webrtc/video/stats_counter.cc#newcode186 webrtc/video/stats_counter.cc:186: void StatsCounter::Add(int sample) { Do you think it would ...
4 years, 3 months ago (2016-09-08 07:15:13 UTC) #13
åsapersson
https://codereview.webrtc.org/2235223002/diff/200001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/200001/webrtc/video/stats_counter.cc#newcode71 webrtc/video/stats_counter.cc:71: int64_t Num() const { On 2016/09/08 07:13:34, stefan-webrtc (holmer) ...
4 years, 3 months ago (2016-09-19 12:45:40 UTC) #23
stefan-webrtc
lgtm
4 years, 2 months ago (2016-09-28 09:20:12 UTC) #24
mflodman
https://codereview.webrtc.org/2235223002/diff/480001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/480001/webrtc/video/stats_counter.cc#newcode130 webrtc/video/stats_counter.cc:130: ++count_; Shouldn't we set max_ here as well? https://codereview.webrtc.org/2235223002/diff/480001/webrtc/video/stats_counter.h ...
4 years, 2 months ago (2016-10-12 00:28:36 UTC) #26
åsapersson
https://codereview.webrtc.org/2235223002/diff/480001/webrtc/video/stats_counter.cc File webrtc/video/stats_counter.cc (right): https://codereview.webrtc.org/2235223002/diff/480001/webrtc/video/stats_counter.cc#newcode130 webrtc/video/stats_counter.cc:130: ++count_; On 2016/10/12 00:28:36, mflodman wrote: > Shouldn't we ...
4 years, 2 months ago (2016-10-12 23:34:38 UTC) #27
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/2235223002/520001
4 years, 1 month ago (2016-11-01 07:19:59 UTC) #30
commit-bot: I haz the power
Committed patchset #13 (id:520001)
4 years, 1 month ago (2016-11-01 07:21:38 UTC) #32
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 07:21:47 UTC) #34
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/fe647f4ab218c570a0d2575f7e14325932afe7d1
Cr-Commit-Position: refs/heads/master@{#14864}

Powered by Google App Engine
This is Rietveld 408576698