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

Issue 2578123002: Add QP stats to the statsview in AppRTCMobile for ios. (Closed)

Created:
4 years ago by daniela-webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add QP stats to the statsview in AppRTCMobile for ios. The following QP stats are added: *avgQP for the current polling interval as a fraction of the current delta sum over the current delta of encoded frames *total QPSum *total number of encoded frames BUG=NONE Review-Url: https://codereview.webrtc.org/2578123002 Cr-Commit-Position: refs/heads/master@{#15669} Committed: https://chromium.googlesource.com/external/webrtc/+/b6c456b7721529cea59078273bba365d64548825

Patch Set 1 #

Patch Set 2 : Fix format #

Total comments: 4

Patch Set 3 : Remove delta ivars and improve wording #

Total comments: 4

Patch Set 4 : Add explicit comparison and set AvgQP to 0 when encoded frames is 0. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m View 1 2 3 5 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
daniela-webrtc
Please take a look. Thanks!
4 years ago (2016-12-15 14:11:47 UTC) #2
kthelgason
This will be really useful, thanks! Some small comments :) https://codereview.webrtc.org/2578123002/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m File webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m (right): https://codereview.webrtc.org/2578123002/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m#newcode50 ...
4 years ago (2016-12-16 09:41:37 UTC) #3
daniela-webrtc
https://codereview.webrtc.org/2578123002/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m File webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m (right): https://codereview.webrtc.org/2578123002/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m#newcode50 webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m:50: int _deltaFramesEncoded; On 2016/12/16 09:41:37, kthelgason wrote: > I ...
4 years ago (2016-12-16 11:39:33 UTC) #5
kthelgason
lgtm
4 years ago (2016-12-16 11:55:11 UTC) #6
magjed_webrtc
https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m File webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m (right): https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m#newcode167 webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m:167: return deltaFramesEncoded ? deltaQPSum / deltaFramesEncoded : deltaQPSum; I ...
4 years ago (2016-12-16 12:33:17 UTC) #7
daniela-webrtc
https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m File webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m (right): https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m#newcode167 webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m:167: return deltaFramesEncoded ? deltaQPSum / deltaFramesEncoded : deltaQPSum; On ...
4 years ago (2016-12-16 13:06:19 UTC) #8
magjed_webrtc
https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m File webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m (right): https://codereview.webrtc.org/2578123002/diff/40001/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m#newcode167 webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m:167: return deltaFramesEncoded ? deltaQPSum / deltaFramesEncoded : deltaQPSum; On ...
4 years ago (2016-12-19 08:56:57 UTC) #9
magjed_webrtc
lgtm
4 years ago (2016-12-19 09:24:00 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/2578123002/60001
4 years ago (2016-12-19 09:52:50 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-19 10:14:12 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/b6c456b7721529cea59078273...

Powered by Google App Engine
This is Rietveld 408576698