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

Issue 2200273003: Enable video stats reporting when using WebRTC (Closed)

Created:
4 years, 4 months ago by Sergey Ulanov
Modified:
4 years, 4 months ago
Reviewers:
Irfan
CC:
chromium-reviews, posciak+watch_chromium.org, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable video stats reporting when using WebRTC 1. Host now initiating video_stats channel and uses it to send stats for each frame to the client 2. The client can accept video_stats channel and reports perf numbers to the FrameStatsConsumer. BUG=621691 Committed: https://crrev.com/09364636097f9c7b34349df97532291a2cfd015d Cr-Commit-Position: refs/heads/master@{#411196}

Patch Set 1 : . #

Patch Set 2 : TODO #

Total comments: 20

Patch Set 3 : address feedback #

Total comments: 4

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -136 lines) Patch
M remoting/protocol/connection_unittest.cc View 1 2 chunks +76 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.cc View 3 chunks +25 lines, -5 lines 0 comments Download
M remoting/protocol/webrtc_video_encoder_factory.h View 2 chunks +6 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_video_encoder_factory.cc View 5 chunks +17 lines, -17 lines 0 comments Download
M remoting/protocol/webrtc_video_renderer_adapter.h View 2 chunks +39 lines, -9 lines 0 comments Download
M remoting/protocol/webrtc_video_renderer_adapter.cc View 1 2 3 8 chunks +129 lines, -23 lines 0 comments Download
M remoting/protocol/webrtc_video_stream.h View 1 2 3 4 chunks +37 lines, -18 lines 0 comments Download
M remoting/protocol/webrtc_video_stream.cc View 1 2 3 11 chunks +148 lines, -62 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
Sergey Ulanov
4 years, 4 months ago (2016-08-08 23:56:56 UTC) #3
Irfan
I do not fully understand the rendering side stats handling yet, will talk to you ...
4 years, 4 months ago (2016-08-09 17:00:37 UTC) #4
Sergey Ulanov
address feedback
4 years, 4 months ago (2016-08-10 18:07:26 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/2200273003/diff/40001/remoting/protocol/webrtc_connection_to_host.h File remoting/protocol/webrtc_connection_to_host.h (right): https://codereview.chromium.org/2200273003/diff/40001/remoting/protocol/webrtc_connection_to_host.h#newcode77 remoting/protocol/webrtc_connection_to_host.h:77: base::TimeTicks event_timetstamp, On 2016/08/09 17:00:37, Irfan wrote: > nit: ...
4 years, 4 months ago (2016-08-10 18:07:45 UTC) #7
Irfan
https://codereview.chromium.org/2200273003/diff/80001/remoting/protocol/webrtc_video_renderer_adapter.cc File remoting/protocol/webrtc_video_renderer_adapter.cc (right): https://codereview.chromium.org/2200273003/diff/80001/remoting/protocol/webrtc_video_renderer_adapter.cc#newcode221 remoting/protocol/webrtc_video_renderer_adapter.cc:221: if (host_stats_queue_.size() > kMaxQueuedStats) { This should be client_stats_queue ...
4 years, 4 months ago (2016-08-10 20:58:49 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/2200273003/diff/80001/remoting/protocol/webrtc_video_renderer_adapter.cc File remoting/protocol/webrtc_video_renderer_adapter.cc (right): https://codereview.chromium.org/2200273003/diff/80001/remoting/protocol/webrtc_video_renderer_adapter.cc#newcode221 remoting/protocol/webrtc_video_renderer_adapter.cc:221: if (host_stats_queue_.size() > kMaxQueuedStats) { On 2016/08/10 20:58:49, Irfan ...
4 years, 4 months ago (2016-08-10 22:29:57 UTC) #9
Irfan
lgtm
4 years, 4 months ago (2016-08-10 22:35:33 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.chromium.org/2200273003/100001
4 years, 4 months ago (2016-08-10 23:07:13 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 4 months ago (2016-08-11 00:08:56 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 00:10:22 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/09364636097f9c7b34349df97532291a2cfd015d
Cr-Commit-Position: refs/heads/master@{#411196}

Powered by Google App Engine
This is Rietveld 408576698