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

Unified Diff: webrtc/tools/agc/test_utils.h

Issue 2299023004: Remove unused agc_unittest.cc and agc_harness.cc (Closed)
Patch Set: Created 4 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
« no previous file with comments | « webrtc/tools/agc/agc_harness.cc ('k') | webrtc/tools/agc/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/agc/test_utils.h
diff --git a/webrtc/tools/agc/test_utils.h b/webrtc/tools/agc/test_utils.h
deleted file mode 100644
index 2aca9996f9ccdab49751c5710b212add9f6d9908..0000000000000000000000000000000000000000
--- a/webrtc/tools/agc/test_utils.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-#ifndef WEBRTC_TOOLS_AGC_TEST_UTILS_H_
-#define WEBRTC_TOOLS_AGC_TEST_UTILS_H_
-namespace webrtc {
-
-class AudioFrame;
-
-float MicLevel2Gain(int gain_range_db, int level);
-float Db2Linear(float db);
-void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame);
-void ApplyGain(float gain_db, float last_gain_db, AudioFrame* frame);
-void SimulateMic(int gain_range_db, int mic_level, int last_mic_level,
- AudioFrame* frame);
-void SimulateMic(int gain_map[255], int mic_level, int last_mic_level,
- AudioFrame* frame);
-
-} // namespace webrtc
-
-#endif // WEBRTC_TOOLS_AGC_TEST_UTILS_H_
« no previous file with comments | « webrtc/tools/agc/agc_harness.cc ('k') | webrtc/tools/agc/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698