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/audio_coding/neteq/tools/neteq_quality_test.h

Issue 2223933004: Migrated GN target :neteq_opus_quality_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed chromium-style clang errors in neteq_quality_test Created 4 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
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h
diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h b/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h
index 11afe6886bb781ea953b4ae9c4815e911c7e9420..aa895ce769d51b90ca3d5c8ccf384bc4b4378f7f 100644
--- a/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h
+++ b/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h
@@ -51,6 +51,7 @@ class UniformLoss : public LossModel {
class GilbertElliotLoss : public LossModel {
public:
GilbertElliotLoss(double prob_trans_11, double prob_trans_01);
+ ~GilbertElliotLoss() override;
bool Lost() override;
private:
@@ -68,7 +69,7 @@ class NetEqQualityTest : public ::testing::Test {
int in_sampling_khz,
int out_sampling_khz,
NetEqDecoder decoder_type);
- virtual ~NetEqQualityTest();
+ ~NetEqQualityTest() override;
void SetUp() override;
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698