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

Unified Diff: webrtc/modules/video_coding/codecs/test/stats.h

Issue 2709613005: Add QP statistics to VideoProcessorIntegrationTest. (Closed)
Patch Set: rebase Created 3 years, 10 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/modules/video_coding/codecs/test/stats.h
diff --git a/webrtc/modules/video_coding/codecs/test/stats.h b/webrtc/modules/video_coding/codecs/test/stats.h
index 9092631ca1c6cefecec90d7968106c98efa1460c..d2dd303ee006be96e64460a132249433b9d77fb8 100644
--- a/webrtc/modules/video_coding/codecs/test/stats.h
+++ b/webrtc/modules/video_coding/codecs/test/stats.h
@@ -28,6 +28,7 @@ struct FrameStatistic {
int decode_return_code;
int encode_time_in_us;
int decode_time_in_us;
+ int qp;
int frame_number;
// How many packets were discarded of the encoded frame data (if any).
int packets_dropped;
« no previous file with comments | « webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py ('k') | webrtc/modules/video_coding/codecs/test/stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698