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

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

Issue 3014623002: Adding test for SingleNalUnit mode (Closed)
Patch Set: addressing cl reviewers comments Created 3 years, 3 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: modules/video_coding/codecs/test/stats.h
diff --git a/modules/video_coding/codecs/test/stats.h b/modules/video_coding/codecs/test/stats.h
index 8022f277c83c34886e2f11624543d42ac6b3c72f..e33af8d188eaf5d2b546067ca816b250b7e6d295 100644
--- a/modules/video_coding/codecs/test/stats.h
+++ b/modules/video_coding/codecs/test/stats.h
@@ -31,6 +31,7 @@ struct FrameStatistic {
int bitrate_kbps = 0;
size_t encoded_frame_size_bytes = 0;
webrtc::FrameType frame_type = kVideoFrameDelta;
+ rtc::Optional<size_t> max_nalu_length;
brandtr 2017/09/26 09:19:13 Maybe add a comment that this is only relevant for
ssilkin 2017/09/26 11:07:04 Done.
// Decoding.
int64_t decode_start_ns = 0;
« no previous file with comments | « no previous file | modules/video_coding/codecs/test/videoprocessor.h » ('j') | modules/video_coding/codecs/test/videoprocessor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698