summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* audio: Audio resampler support for 192Khz playbackYamit Mehta2015-10-061-0/+25
* Return number of frames output from resample methodAndy Hung2015-04-081-10/+13
* __ARM_HAVE_HALFWORD_MULTIPLY is always true for __arm__.Elliott Hughes2014-12-021-4/+1
* Add floating point volume handling to AudioMixerAndy Hung2014-07-081-4/+8
* Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-071-25/+30
* Add and enable multichannel for audio resamplerAndy Hung2014-07-021-5/+6
* Add and enable floating point option for audio resamplerAndy Hung2014-04-091-1/+10
* Fix resampler to allow output of single frameAndy Hung2014-02-191-2/+2
* Fix clang warnings in AudioFlingerGlenn Kasten2014-02-101-0/+3
* am 5ef74dce: am d66cd743: Merge "audioflinger: conform inline ASM to UAL"Glenn Kasten2014-02-051-2/+2
|\
| * audioflinger: conform inline ASM to UALsynergy dev2014-02-041-2/+2
| * reenable the cubic resamplerMathias Agopian2012-10-261-4/+0
| * Increase allowed number of VHQ resamplers to 3Glenn Kasten2012-10-221-1/+1
| * Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-16/+118
| * audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-3/+6
* | Enable new dynamic audio resampler as defaultAndy Hung2014-01-301-2/+10
* | Remove warnings in Audio mixer resampler compilation.Andy Hung2014-01-291-0/+20
* | Audio resampler update to add S16 filtersAndy Hung2013-12-271-1/+26
* | Use curly braces in 'if' to make it easier to add logsGlenn Kasten2013-08-131-2/+4
* | reenable the cubic resamplerMathias Agopian2012-10-261-4/+0
* | Increase allowed number of VHQ resamplers to 3Glenn Kasten2012-10-221-1/+1
* | Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-16/+118
* | audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-3/+6
|/
* Whitespace and indentationGlenn Kasten2012-03-131-1/+1
* Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-161-3/+23
* Merge "Disable HQ resamplers for now until qualified"Glenn Kasten2012-02-101-0/+4
|\
| * Disable HQ resamplers for now until qualifiedGlenn Kasten2012-02-091-0/+4
* | No newline or space at end of ALOG format stringGlenn Kasten2012-02-081-12/+12
|/
* Remove dead codeGlenn Kasten2012-02-031-6/+0
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-15/+15
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* Bug 5522189 re-enable ARM opts but disable inlineGlenn Kasten2011-11-171-3/+4
* Bug 5522189 temporary workaroundGlenn Kasten2011-10-281-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* AudioResampler: use relative instead of absolute labelsNick Kralevich2011-09-161-8/+8
* am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resam...Brad Fitzpatrick2011-04-111-2/+6
|\
| * audioflinger: Enable ARMv5TE optimized resamplerJim Huang2011-04-071-2/+6
* | Fix issue 3479042.Eric Laurent2011-02-281-0/+6
|/
* move native services under services/Mathias Agopian2010-07-141-0/+595