summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/test-resample.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve resampler speed for floating point and arm64Andy Hung2015-03-031-0/+8
* Add floating point volume handling to AudioMixerAndy Hung2014-07-081-16/+5
* Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-071-5/+5
* Update test-resample to handle multichannelAndy Hung2014-04-101-57/+48
* Update test-resample to handle floating pointAndy Hung2014-04-081-17/+54
* Fix 64-bit build warningsGlenn Kasten2014-04-081-10/+11
* Change references of Q19.12 to Q4.27 for clarityAndy Hung2014-04-021-2/+3
* The -O option now takes a CSV instead of a single valueGlenn Kasten2014-02-211-12/+81
* Allow specifying frames per call to resample()Glenn Kasten2014-02-191-3/+15
* Improve dynamic audio resampler filter generationAndy Hung2014-01-081-21/+118
* Audio resampler update to add S16 filtersAndy Hung2013-12-271-29/+41
* Fix bug in test-resample's AudioBufferProviderGlenn Kasten2013-12-171-0/+2
* Add ability to read .wav files to test-resampleGlenn Kasten2013-12-171-19/+14
* Use libsndfile to write .wav filesGlenn Kasten2013-12-171-45/+23
* Fix several test-resample BufferProvider bugsGlenn Kasten2013-12-171-10/+61
* Replace obsolete CLOCK_MONOTONIC_HR by CLOCK_MONOTONICGlenn Kasten2013-05-101-2/+2
* Fix build warningsGlenn Kasten2012-11-141-1/+1
* NEON optimized SINC resamplerMathias Agopian2012-11-081-1/+1
* improve resample testMathias Agopian2012-11-051-61/+102
* Line length 100Glenn Kasten2012-11-011-1/+2
* test-resample: clip instead of overflowingMathias Agopian2012-10-291-1/+4
* a test app for the resamplersMathias Agopian2012-10-261-0/+229