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

Unified Diff: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc

Issue 3004983002: Remove VideoProcessorIntegrationTest::SetTestConfig. (Closed)
Patch Set: asapersson comments 1. 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: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
index f90e5dd2f6728a37eea59525cea4d1b9dc944b8e..21ae84cdb440d5e78154754f36a993ba15ccee99 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
@@ -78,23 +78,6 @@ VideoProcessorIntegrationTest::VideoProcessorIntegrationTest() {
VideoProcessorIntegrationTest::~VideoProcessorIntegrationTest() = default;
-void VideoProcessorIntegrationTest::SetTestConfig(TestConfig* config,
- bool hw_codec,
- bool use_single_core,
- float packet_loss_probability,
- std::string filename,
- bool verbose_logging) {
- config->filename = filename;
- config->input_filename = ResourcePath(filename, "yuv");
- // Generate an output filename in a safe way.
- config->output_filename =
- TempFilename(OutputPath(), "videoprocessor_integrationtest");
- config->networking_config.packet_loss_probability = packet_loss_probability;
- config->use_single_core = use_single_core;
- config->verbose = verbose_logging;
- config->hw_codec = hw_codec;
-}
-
void VideoProcessorIntegrationTest::SetCodecSettings(TestConfig* config,
VideoCodecType codec_type,
int num_temporal_layers,

Powered by Google App Engine
This is Rietveld 408576698