summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-05-13 10:38:42 -0700
committerGlenn Kasten <gkasten@google.com>2014-06-02 11:30:29 -0700
commit6dbb5e3336cfff1ad51d429fcb847307c06efd61 (patch)
tree1918b6cde40e188641e729b6bbde39cce81085bd /services/audioflinger/AudioFlinger.h
parent4ea00a25cf85877b48ebd1e15a657cfaab29af58 (diff)
downloadframeworks_av-6dbb5e3336cfff1ad51d429fcb847307c06efd61.zip
frameworks_av-6dbb5e3336cfff1ad51d429fcb847307c06efd61.tar.gz
frameworks_av-6dbb5e3336cfff1ad51d429fcb847307c06efd61.tar.bz2
Use of fast capture by normal capture
Will only configure fast capture path if the input buffer size is less than 10 ms and the input sample rate is same as the primary output sample rate. Change-Id: I4a7cdc6069d750845412c626d27e83f72a1ab397
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 8d11e72..6e73a14 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -50,6 +50,8 @@
#include <media/AudioBufferProvider.h>
#include <media/ExtendedAudioBufferProvider.h>
+
+#include "FastCapture.h"
#include "FastMixer.h"
#include <media/nbaio/NBAIO.h>
#include "AudioWatchdog.h"