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

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

Issue 2890223002: Update plot_webrtc_test_logs.py: (Closed)
Patch Set: Created 3 years, 7 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/videoprocessor.h
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
index 242844387a77b6eada4d42d9ca5838acd0b5e483..0855ed2af6123bf4ff3b67383d0a77a8e822ad8c 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
@@ -298,6 +298,9 @@ class VideoProcessorImpl : public VideoProcessor {
IvfFileWriter* const encoded_frame_writer_;
FrameWriter* const decoded_frame_writer_;
+ // Multiply frame length with this to get bit rate.
+ const double bit_rate_factor_;
+
bool initialized_;
// Frame metadata for all frames that have been added through a call to
@@ -318,7 +321,6 @@ class VideoProcessorImpl : public VideoProcessor {
Stats* stats_;
int num_dropped_frames_;
int num_spatial_resizes_;
- double bit_rate_factor_; // Multiply frame length with this to get bit rate.
};
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698