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

Unified Diff: voice_engine/utility.h

Issue 3013033002: Remove VoEFile (Closed)
Patch Set: rebase 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
« no previous file with comments | « voice_engine/transmit_mixer.cc ('k') | voice_engine/utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/utility.h
diff --git a/voice_engine/utility.h b/voice_engine/utility.h
index c0c11ee0990694dbbbb99356a0b30799f37053e9..dc23e1667dcd20352a03937f0cdce7019e81c664 100644
--- a/voice_engine/utility.h
+++ b/voice_engine/utility.h
@@ -45,12 +45,6 @@ void RemixAndResample(const int16_t* src_data,
PushResampler<int16_t>* resampler,
AudioFrame* dst_frame);
-void MixWithSat(int16_t target[],
- size_t target_channel,
- const int16_t source[],
- size_t source_channel,
- size_t source_len);
-
} // namespace voe
} // namespace webrtc
« no previous file with comments | « voice_engine/transmit_mixer.cc ('k') | voice_engine/utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698