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

Unified Diff: webrtc/modules/audio_coding/test/utility.h

Issue 2667383008: Move one CircularBuffer to webrtc::test namespace. (Closed)
Patch Set: Rebase. Created 3 years, 10 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/test/APITest.cc ('k') | webrtc/modules/audio_coding/test/utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/test/utility.h
diff --git a/webrtc/modules/audio_coding/test/utility.h b/webrtc/modules/audio_coding/test/utility.h
index 1a3e06d6c9668619bf822149c8091e0f28d70931..8af36751673426403738323920519a93a4129cd4 100644
--- a/webrtc/modules/audio_coding/test/utility.h
+++ b/webrtc/modules/audio_coding/test/utility.h
@@ -83,6 +83,9 @@ class ACMTestTimer {
unsigned long _hour;
};
+// To avoid clashes with CircularBuffer in APM.
+namespace test {
+
class CircularBuffer {
public:
CircularBuffer(uint32_t len);
@@ -109,6 +112,8 @@ class CircularBuffer {
double _sumSqr;
};
+} // namespace test
+
int16_t ChooseCodec(CodecInst& codecInst);
void PrintCodecs();
« no previous file with comments | « webrtc/modules/audio_coding/test/APITest.cc ('k') | webrtc/modules/audio_coding/test/utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698