Move VisualizationParams to VideoCodecTestFixture::Config.
Bug: None Change-Id: I0a725535c840dda2704dfff33f5e5d3bef3fc0a7 Reviewed-on: https://webrtc-review.googlesource.com/78882 Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23422}
This commit is contained in:
committed by
Commit Bot
parent
5e8a205021
commit
7c1ccfa881
@ -32,10 +32,6 @@ const bool kFrameDropperOn = false;
|
||||
// Test settings.
|
||||
const bool kUseSingleCore = false;
|
||||
const bool kMeasureCpu = false;
|
||||
const VisualizationParams kVisualizationParams = {
|
||||
false, // save_encoded_ivf
|
||||
false, // save_decoded_y4m
|
||||
};
|
||||
const int kNumFrames = 30;
|
||||
} // namespace
|
||||
|
||||
@ -79,8 +75,7 @@ class VideoCodecTestParameterized
|
||||
{bitrate_, framerate, kNumFrames}};
|
||||
|
||||
fixture_ = CreateVideoCodecTestFixture(config);
|
||||
fixture_->RunTest(rate_profiles, nullptr, nullptr, nullptr,
|
||||
&kVisualizationParams);
|
||||
fixture_->RunTest(rate_profiles, nullptr, nullptr, nullptr);
|
||||
}
|
||||
std::unique_ptr<VideoCodecTestFixture> fixture_;
|
||||
const size_t bitrate_;
|
||||
|
||||
Reference in New Issue
Block a user