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

Unified Diff: webrtc/video_send_stream.h

Issue 2430603003: Implement qpSum stat for video send ssrc stats. (Closed)
Patch Set: Statscollector send ssrc unittest for qp_sum Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index d438c2f4414d71f98d0bf46a126b527be4101819..40e4ce185c86a62340bd0076cb624f455022a0a9 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -57,6 +57,7 @@ class VideoSendStream {
int avg_encode_time_ms = 0;
int encode_usage_percent = 0;
int frames_encoded = 0;
+ int qp_sum = 0;
hbos 2016/10/20 17:08:21 Should be uint32_t
sakal 2016/10/21 08:59:43 Done.
// Bitrate the encoder is currently configured to use due to bandwidth
// limitations.
int target_media_bitrate_bps = 0;
« webrtc/video/send_statistics_proxy.cc ('K') | « webrtc/video/send_statistics_proxy_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698