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

Issue 2423823003: Implement framesDecoded stat in video receive ssrc stats. (Closed)

Created:
4 years, 2 months ago by sakal
Modified:
4 years, 1 month ago
Reviewers:
tommi, hta-webrtc, hbos
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, perkj_webrtc, mflodman, magjed_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Implement framesDecoded stat in video receive ssrc stats. Implemented as defined by this pull request: https://github.com/w3c/webrtc-stats/pull/70 BUG=webrtc:6541 Committed: https://crrev.com/e5ba44eab19b65108a6114131659d4b983b6c78f Cr-Commit-Position: refs/heads/master@{#14789}

Patch Set 1 : Unittests. #

Patch Set 2 : ++ before variable according to style guide #

Patch Set 3 : More unittests. #

Total comments: 4

Patch Set 4 : Change type of frames_decoded int -> uint32_t. #

Total comments: 2

Patch Set 5 : Add TODO to add unittesting for ReceiveStatisticsProxy. #

Patch Set 6 : Rebase. #

Patch Set 7 : Add #include <memory> to receive_statistics_proxy_unittest.cc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
M webrtc/api/statscollector.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
M webrtc/api/statstypes.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/statstypes.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/media/base/mediachannel.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/video/receive_statistics_proxy_unittest.cc View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (20 generated)
sakal
PTAL It seems receive_statistics_proxy.cc doesn't have any unittests so I didn't add one for this ...
4 years, 2 months ago (2016-10-17 15:05:09 UTC) #5
hbos
On 2016/10/17 15:05:09, sakal wrote: > PTAL > > It seems receive_statistics_proxy.cc doesn't have any ...
4 years, 2 months ago (2016-10-18 18:23:27 UTC) #6
hbos
On 2016/10/18 18:23:27, hbos wrote: > On 2016/10/17 15:05:09, sakal wrote: > > PTAL > ...
4 years, 2 months ago (2016-10-18 18:25:55 UTC) #7
sakal
Added more unittests as requested. PTAL
4 years, 2 months ago (2016-10-20 12:08:35 UTC) #10
tommi
lgtm
4 years, 2 months ago (2016-10-20 13:43:06 UTC) #11
hbos
lgtm
4 years, 2 months ago (2016-10-20 14:48:04 UTC) #12
hbos
https://codereview.webrtc.org/2423823003/diff/100001/webrtc/media/base/mediachannel.h File webrtc/media/base/mediachannel.h (right): https://codereview.webrtc.org/2423823003/diff/100001/webrtc/media/base/mediachannel.h#newcode729 webrtc/media/base/mediachannel.h:729: int frames_decoded; Should be uint32_t https://codereview.webrtc.org/2423823003/diff/100001/webrtc/video_receive_stream.h File webrtc/video_receive_stream.h (right): ...
4 years, 2 months ago (2016-10-20 16:47:24 UTC) #13
sakal
https://codereview.chromium.org/2423823003/diff/100001/webrtc/media/base/mediachannel.h File webrtc/media/base/mediachannel.h (right): https://codereview.chromium.org/2423823003/diff/100001/webrtc/media/base/mediachannel.h#newcode729 webrtc/media/base/mediachannel.h:729: int frames_decoded; On 2016/10/20 16:47:23, hbos wrote: > Should ...
4 years, 2 months ago (2016-10-21 08:43:06 UTC) #14
hta-webrtc
lgtm https://codereview.chromium.org/2423823003/diff/120001/webrtc/video/receive_statistics_proxy_unittest.cc File webrtc/video/receive_statistics_proxy_unittest.cc (right): https://codereview.chromium.org/2423823003/diff/120001/webrtc/video/receive_statistics_proxy_unittest.cc#newcode35 webrtc/video/receive_statistics_proxy_unittest.cc:35: }; Can you add a TODO to increase ...
4 years, 2 months ago (2016-10-21 09:03:50 UTC) #15
sakal
https://codereview.chromium.org/2423823003/diff/120001/webrtc/video/receive_statistics_proxy_unittest.cc File webrtc/video/receive_statistics_proxy_unittest.cc (right): https://codereview.chromium.org/2423823003/diff/120001/webrtc/video/receive_statistics_proxy_unittest.cc#newcode35 webrtc/video/receive_statistics_proxy_unittest.cc:35: }; On 2016/10/21 09:03:49, hta-webrtc wrote: > Can you ...
4 years, 2 months ago (2016-10-21 10:47:21 UTC) #17
commit-bot: I haz the power
This CL has an open dependency (Issue 2421193003 Patch 100001). Please resolve the dependency and ...
4 years, 2 months ago (2016-10-21 10:47:36 UTC) #21
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/2423823003/160001
4 years, 1 month ago (2016-10-24 09:19:54 UTC) #23
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/9465)
4 years, 1 month ago (2016-10-24 09:36:44 UTC) #25
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/2423823003/160001
4 years, 1 month ago (2016-10-26 07:35:02 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/2423823003/180001
4 years, 1 month ago (2016-10-26 07:42:32 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/9548)
4 years, 1 month ago (2016-10-26 07:53:21 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/2423823003/200001
4 years, 1 month ago (2016-10-26 13:15:37 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:200001)
4 years, 1 month ago (2016-10-26 14:09:28 UTC) #37
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 14:09:39 UTC) #39
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e5ba44eab19b65108a6114131659d4b983b6c78f
Cr-Commit-Position: refs/heads/master@{#14789}

Powered by Google App Engine
This is Rietveld 408576698