summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerDyn.cpp
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-04-08 18:28:09 -0700
committerAndy Hung <hunga@google.com>2014-04-09 14:21:54 -0700
commitd549139155b20d7cbf6a4326133e06def465ef54 (patch)
tree2d11e173c5e471f26ebeb11721a2fa65df31a01a /services/audioflinger/AudioResamplerDyn.cpp
parent430b61c72094882bc48693dfc10c256a6ae36ee9 (diff)
downloadframeworks_av-d549139155b20d7cbf6a4326133e06def465ef54.zip
frameworks_av-d549139155b20d7cbf6a4326133e06def465ef54.tar.gz
frameworks_av-d549139155b20d7cbf6a4326133e06def465ef54.tar.bz2
Add floating point to audio resample processing
Add template type parameters for input, output data type. Minor change in non-NEON mono channel handling. Minor fixup on comments. Change-Id: I7dc9972d130913718b62f32c02d31f99c06682f2 Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'services/audioflinger/AudioResamplerDyn.cpp')
-rw-r--r--services/audioflinger/AudioResamplerDyn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioResamplerDyn.cpp b/services/audioflinger/AudioResamplerDyn.cpp
index 7e4ca0c..173a243 100644
--- a/services/audioflinger/AudioResamplerDyn.cpp
+++ b/services/audioflinger/AudioResamplerDyn.cpp
@@ -25,6 +25,7 @@
#include <cutils/compiler.h>
#include <cutils/properties.h>
+#include <utils/Debug.h>
#include <utils/Log.h>
#include "AudioResamplerFirOps.h" // USE_NEON and USE_INLINE_ASSEMBLY defined here