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

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

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.h
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
index a3c512b14026b6f4254834fc273e9eeafcc3b208..6c9f3df416f61aa1f2e758cddefebbdae7feeb63 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
@@ -93,13 +93,6 @@ class VideoProcessorIntegrationTest : public testing::Test {
VideoProcessorIntegrationTest();
~VideoProcessorIntegrationTest() override;
- static void SetTestConfig(TestConfig* config,
- bool hw_codec,
- bool use_single_core,
- float packet_loss_probability,
- std::string filename,
- bool verbose_logging);
-
static void SetCodecSettings(TestConfig* config,
VideoCodecType codec_type,
int num_temporal_layers,

Powered by Google App Engine
This is Rietveld 408576698