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

Issue 3012863002: Add stats for forced software encoder fallback for VP8. (Closed)

Created:
3 years, 3 months ago by åsapersson
Modified:
3 years, 3 months ago
Reviewers:
mbonadei, brandtr
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add stats for forced software encoder fallback for VP8. Stats added for number of forced SW fallback changes per minute and percentage of time fallback is enabled for sent video streams: - "WebRTC.Video.Encoder.ForcedSwFallbackChangesPerMinute.Vp8" - "WebRTC.Video.Encoder.ForcedSwFallbackTimeInPercent.Vp8" BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/3012863002 Cr-Commit-Position: refs/heads/master@{#19862} Committed: https://webrtc.googlesource.com/src/+/8d75ac7e3fb0246a9d946c70237971e28bd074b9

Patch Set 1 #

Patch Set 2 : add unittests #

Patch Set 3 : rebase #

Patch Set 4 #

Patch Set 5 #

Total comments: 16

Patch Set 6 : rebase #

Patch Set 7 : address comments #

Patch Set 8 : address comments #

Patch Set 9 : rebase #

Total comments: 4

Patch Set 10 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -4 lines) Patch
M video/send_statistics_proxy.h View 1 2 3 4 5 6 7 8 9 4 chunks +15 lines, -1 line 0 comments Download
M video/send_statistics_proxy.cc View 1 2 3 4 5 6 7 8 9 6 chunks +106 lines, -1 line 0 comments Download
M video/send_statistics_proxy_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +170 lines, -2 lines 0 comments Download

Messages

Total messages: 49 (33 generated)
åsapersson
3 years, 3 months ago (2017-09-08 15:11:22 UTC) #6
brandtr
lgtm with some comments. https://codereview.webrtc.org/3012863002/diff/160001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/3012863002/diff/160001/webrtc/video/send_statistics_proxy.cc#newcode1 webrtc/video/send_statistics_proxy.cc:1: /* It looks like this ...
3 years, 3 months ago (2017-09-14 12:30:12 UTC) #8
åsapersson
https://codereview.webrtc.org/3012863002/diff/160001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/3012863002/diff/160001/webrtc/video/send_statistics_proxy.cc#newcode1 webrtc/video/send_statistics_proxy.cc:1: /* On 2017/09/14 12:30:11, brandtr wrote: > It looks ...
3 years, 3 months ago (2017-09-14 14:41:44 UTC) #9
brandtr
lgtm
3 years, 3 months ago (2017-09-14 14:49:48 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/3012863002/220001
3 years, 3 months ago (2017-09-15 06:46:03 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/21661)
3 years, 3 months ago (2017-09-15 06:50:23 UTC) #19
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/3012863002/240001
3 years, 3 months ago (2017-09-15 08:01:42 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/21678)
3 years, 3 months ago (2017-09-15 08:06:32 UTC) #28
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/3012863002/240001
3 years, 3 months ago (2017-09-15 11:00:53 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/21698)
3 years, 3 months ago (2017-09-15 11:06:23 UTC) #32
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/3012863002/240001
3 years, 3 months ago (2017-09-15 11:17:02 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/21703)
3 years, 3 months ago (2017-09-15 11:21:53 UTC) #36
mbonadei
https://codereview.webrtc.org/3012863002/diff/240001/video/send_statistics_proxy.cc File video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/3012863002/diff/240001/video/send_statistics_proxy.cc#newcode18 video/send_statistics_proxy.cc:18: #include "common_types.h" Please change this line with: #include "common_types.h" ...
3 years, 3 months ago (2017-09-15 11:36:34 UTC) #38
åsapersson
https://codereview.webrtc.org/3012863002/diff/240001/video/send_statistics_proxy.cc File video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/3012863002/diff/240001/video/send_statistics_proxy.cc#newcode18 video/send_statistics_proxy.cc:18: #include "common_types.h" On 2017/09/15 11:36:34, mbonadei wrote: > Please ...
3 years, 3 months ago (2017-09-15 12:09:41 UTC) #41
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/3012863002/260001
3 years, 3 months ago (2017-09-15 13:38:33 UTC) #46
commit-bot: I haz the power
3 years, 3 months ago (2017-09-15 13:41:24 UTC) #49
Message was sent while issue was closed.
Committed patchset #10 (id:260001) as
https://webrtc.googlesource.com/src/+/8d75ac7e3fb0246a9d946c70237971e28bd074b9

Powered by Google App Engine
This is Rietveld 408576698