summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerSinc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return number of frames output from resample methodAndy Hung2015-04-081-6/+8
* Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
* Line length 100Glenn Kasten2015-02-271-1/+2
* Extract resampler coefficient tables to separate filesGlenn Kasten2015-02-271-258/+2
* am c53b98f3: am 6cd6792a: Merge "Allow building on clang without __builtin_as...Ian Rogers2014-09-261-1/+4
|\
| * Allow building on clang without __builtin_assume_alignedBernhard Rosenkraenzer2014-09-191-1/+4
* | Add floating point volume handling to AudioMixerAndy Hung2014-07-081-3/+6
* | Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-071-2/+2
* | am 7e5c6351: am 4513aa2c: Merge "AArch64: rewrite audioflinger\'s sinc resamp...Glenn Kasten2014-04-241-151/+165
|\ \ | |/
| * AArch64: rewrite audioflinger's sinc resample by intrinsics.Zhongwei Yao2014-04-101-151/+165
| * Fix build warningsGlenn Kasten2012-12-171-3/+3
| * fix a typo in SINC resampler that prevented tracks to be mixedMathias Agopian2012-11-191-2/+2
| * more optimizations...Mathias Agopian2012-11-101-13/+18
| * refactor code to improve neon codeMathias Agopian2012-11-101-33/+42
| * NEON optimized SINC resamplerMathias Agopian2012-11-081-10/+165
| * minor cleanupsMathias Agopian2012-11-081-41/+39
| * change how we store the FIR coefficientsMathias Agopian2012-11-051-38/+289
| * improve SINC resampler performanceMathias Agopian2012-11-051-39/+25
| * new coefficients for the vhq resamplerMathias Agopian2012-11-011-9/+9
| * fix SINC resampler on non ARM architecturesMathias Agopian2012-10-301-15/+5
| * fix another issue with generating FIR coefficientsMathias Agopian2012-10-301-18/+18
| * fir a typo that caused up-sampling coefficiens to be wrongMathias Agopian2012-10-291-17/+17
| * improve SINC resampler coefficientsMathias Agopian2012-10-261-22/+19
| * Fix a typo that caused the high quality resampler to produce garbageMathias Agopian2012-10-211-1/+1
| * Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-82/+95
| * audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-9/+87
* | Fix resampler to allow output of single frameAndy Hung2014-02-191-1/+1
* | Fix build warningsGlenn Kasten2012-12-171-3/+3
* | fix a typo in SINC resampler that prevented tracks to be mixedMathias Agopian2012-11-191-2/+2
* | more optimizations...Mathias Agopian2012-11-101-13/+18
* | refactor code to improve neon codeMathias Agopian2012-11-101-33/+42
* | NEON optimized SINC resamplerMathias Agopian2012-11-081-10/+165
* | minor cleanupsMathias Agopian2012-11-081-41/+39
* | change how we store the FIR coefficientsMathias Agopian2012-11-051-38/+289
* | improve SINC resampler performanceMathias Agopian2012-11-051-39/+25
* | new coefficients for the vhq resamplerMathias Agopian2012-11-011-9/+9
* | fix SINC resampler on non ARM architecturesMathias Agopian2012-10-301-15/+5
* | fix another issue with generating FIR coefficientsMathias Agopian2012-10-301-18/+18
* | fir a typo that caused up-sampling coefficiens to be wrongMathias Agopian2012-10-291-17/+17
* | improve SINC resampler coefficientsMathias Agopian2012-10-261-22/+19
* | Fix a typo that caused the high quality resampler to produce garbageMathias Agopian2012-10-211-1/+1
* | Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-82/+95
* | audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-9/+87
|/
* Whitespace and indentationGlenn Kasten2012-03-131-2/+2
* Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-161-2/+2
* Remove aliasingGlenn Kasten2012-02-091-12/+11
* By convention const goes before the type specifierGlenn Kasten2012-01-061-7/+7
* move native services under services/Mathias Agopian2010-07-141-0/+358