• Home
  • History
  • Annotate
  • only in /system/media/audio_utils/include/audio_utils/
History log of /system/media/audio_utils/include/audio_utils/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a0bacaf9634d6bf0abbea9608fb15e94a675358 19-Jul-2012 Glenn Kasten <gkasten@google.com> Add mono <-> stereo upmix and downmix routines

Change-Id: I3d960fb27fd3440f903333903c0dbf2ab59d3b56
rimitives.h
ddb2e930bef3d1be1627c613fb8f3df848166ac7 16-Jan-2012 Glenn Kasten <gkasten@google.com> Move memcpy_to_i16_from_u8 from libmedia

Change-Id: I178b953767f11abcca721efcd7f255d0cb2f3bd0
rimitives.h
a269f35b6247cb69e8815b84440bf1bfc938b87b 16-Jan-2012 Glenn Kasten <gkasten@google.com> Move fixed FFT from frameworks/base/media/libmedia

Change-Id: I55a3706c329de471ac867f196f777c71c1306bcb
ixedfft.h
632e0c016c9a518b36f09988b740b3bc1199c3e4 16-Dec-2011 Glenn Kasten <gkasten@google.com> Extract out audio DSP primitives from AudioFlinger

Change-Id: If7e8d934f773981e1f63c16aa57ada37dc8d3cd6
rimitives.h
b3184d71bc6cee9fcbb36343e379143329be00ce 18-Aug-2011 Eric Laurent <elaurent@google.com> Converted libaudioutils implementation to C.

Converted libaudioutils implementation and interfaces from C++ to C
and removed dependencies from frameworks/base classes so that it can
be used by any audio HAL implementation.

Change-Id: I3f7ce541be8495d41864661451540971b067359b
choReference.h
eSampler.h
cho_reference.h
esampler.h
c369e05b3d3e48b54f675434f5ee92efe016a6bc 17-Aug-2011 Eric Laurent <elaurent@google.com> Created library for common audio HAL functions.

libaudioutils groups functions that can be used by any audio HAL
implementation.
Current functions are:
- a resampler based on speex resampler.
- an echo reference module providing resampling, buffering and
time stamp management of PCM data between an output stream and an
input stream for use as echo reference by an AEC module.

This commit is the first step consisting of moving code previously in
crespo audio HAL. This C++ code will the be converted to C and stripped from
dependencies to frameworks/base classes for use by all audio HALs.

Change-Id: Ifa51e0c6358c23122a379d7f5d9ce13a65ff0cf0
choReference.h
eSampler.h