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

Unified Diff: webrtc/video_frame.h

Issue 1340623002: Add stats for average QP per frame for VP8 (for received video streams). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 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_frame.h
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index 821bfc25514034007363144bb70981759f687510..ecc23c94b6e0d8a91ea43c69be74b08b28351200 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -199,6 +199,7 @@ class EncodedImage {
size_t _size;
bool _completeFrame = false;
AdaptReason adapt_reason_;
+ int qp_ = -1; // Quantizer value.
};
} // namespace webrtc
« talk/app/webrtc/java/jni/androidmediaencoder_jni.cc ('K') | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698