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

Unified Diff: webrtc/video_send_stream.h

Issue 2775173004: Add number of quality adapt changes to VideoSendStream stats. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « webrtc/video/vie_encoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index 8a82a6df4d81a447f708f9d5c56673a61e2e123b..f6083940508c0756f861f8e2a5237704d4d77308 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -70,8 +70,9 @@ class VideoSendStream {
bool bw_limited_resolution = false;
bool cpu_limited_resolution = false;
// Total number of times resolution as been requested to be changed due to
- // CPU adaptation.
+ // CPU/quality adaptation.
int number_of_cpu_adapt_changes = 0;
+ int number_of_quality_adapt_changes = 0;
std::map<uint32_t, StreamStats> substreams;
};
« no previous file with comments | « webrtc/video/vie_encoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698