summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerDyn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return number of frames output from resample methodAndy Hung2015-04-081-3/+4
* Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
* Extend downsampling ratios greater than 2:1Andy Hung2014-08-111-1/+1
* Fix build warningsGlenn Kasten2014-07-291-4/+4
* Add floating point volume handling to AudioMixerAndy Hung2014-07-081-9/+10
* Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-071-2/+2
* Add and enable multichannel for audio resamplerAndy Hung2014-07-021-34/+72
* Update resampler to fetch exactly the frames neededAndy Hung2014-06-031-20/+36
* Update dynamic resampler buffer fetchingAndy Hung2014-05-281-6/+16
* Add and enable floating point option for audio resamplerAndy Hung2014-04-091-127/+123
* Add floating point to audio resample processingAndy Hung2014-04-091-0/+1
* Merge "Fix 1:1 dynamic resampler rate setting"Andy Hung2014-02-251-0/+4
|\
| * Fix 1:1 dynamic resampler rate settingAndy Hung2014-02-191-0/+4
* | Fix resampler to allow output of single frameAndy Hung2014-02-191-1/+1
|/
* Proper adjustment of filterlength for downsamplingAndy Hung2014-02-111-6/+14
* Fix dynamic resampling for non-NEON devicesAndy Hung2014-02-031-6/+2
* Improve dynamic audio resampler filter generationAndy Hung2014-01-081-17/+38
* Audio resampler update to add S16 filtersAndy Hung2013-12-271-0/+530