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

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

Issue 3005593002: Delete batch mode from VideoProcessorIntegrationTest. (Closed)
Patch Set: Rebase. Created 3 years, 4 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 49a7b2e2a0f51f47ddcee49cd3507f9d198c8077..a8c9858dd9ccfda05ebc90723b2b2ebae6241e1b 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
@@ -113,12 +113,6 @@ struct TestConfig {
// If HW or SW codec should be used.
bool hw_codec = false;
-
- // In batch mode, the VideoProcessor is fed all the frames for processing
- // before any metrics are calculated. This is useful for pipelining HW codecs,
- // for which some calculated metrics otherwise would be incorrect. The
- // downside with batch mode is that mid-test rate allocation is not supported.
- bool batch_mode = false;
};
// Handles encoding/decoding of video using the VideoEncoder/VideoDecoder

Powered by Google App Engine
This is Rietveld 408576698