summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* Use new channel count functions for audio masksAndy Hung2014-05-164-10/+14
* Merge "Pull up mFlags and isFastTrack from Track to TrackBase"Glenn Kasten2014-05-145-10/+12
|\
| * Pull up mFlags and isFastTrack from Track to TrackBaseGlenn Kasten2014-05-135-10/+12
* | Merge "Explicitly include Configuration.h"Glenn Kasten2014-05-132-0/+3
|\ \ | |/
| * Explicitly include Configuration.hGlenn Kasten2014-05-132-0/+3
* | Merge "Fix memory corruption if increaseSamplingN is not called"Glenn Kasten2014-05-131-1/+1
|\ \ | |/
| * Fix memory corruption if increaseSamplingN is not calledGlenn Kasten2014-05-131-1/+1
* | AudioFlinger: add specific mutex for client listsEric Laurent2014-05-136-92/+87
|/
* Explicitly ignore return value of __futex_syscall3Glenn Kasten2014-05-091-2/+2
* Merge "Remove obsolete IAudioRecord::getCblk()"Glenn Kasten2014-05-092-5/+0
|\
| * Remove obsolete IAudioRecord::getCblk()Glenn Kasten2014-05-092-5/+0
* | Merge "audioflinger: refactor thread config events"Eric Laurent2014-05-094-384/+436
|\ \ | |/ |/|
| * audioflinger: refactor thread config eventsEric Laurent2014-05-094-384/+436
* | IAudioFlinger::openRecord returns IMemory(s)Glenn Kasten2014-05-096-12/+47
|/
* Add a per-thread heap that is read-only to clientsGlenn Kasten2014-05-072-0/+19
* Fix a couple of fast capture typo bugsGlenn Kasten2014-05-071-2/+2
* Merge "Use audio_is_linear_pcm()"Glenn Kasten2014-05-051-2/+2
|\
| * Use audio_is_linear_pcm()Glenn Kasten2014-05-021-2/+2
* | Fix bug for direct track with PCM != 16-bitGlenn Kasten2014-05-021-4/+2
|/
* Start pulling bits of FastMixer up to FastThreadGlenn Kasten2014-04-2811-668/+932
* am 7e5c6351: am 4513aa2c: Merge "AArch64: rewrite audioflinger\'s sinc resamp...Glenn Kasten2014-04-241-151/+165
|\
| * am 4513aa2c: Merge "AArch64: rewrite audioflinger\'s sinc resample by intrins...Glenn Kasten2014-04-241-151/+165
| |\
| | * Merge "AArch64: rewrite audioflinger's sinc resample by intrinsics."Glenn Kasten2014-04-231-151/+165
| | |\
| | | * AArch64: rewrite audioflinger's sinc resample by intrinsics.Zhongwei Yao2014-04-101-151/+165
* | | | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-152-3/+3
|\ \ \ \ | |/ / /
| * | | am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-152-3/+3
| |\ \ \ | | |/ /
| | * | media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-152-3/+3
| | |/
* | | Merge "Improve resampler filter computation speed"Andy Hung2014-04-151-1/+25
|\ \ \
| * | | Improve resampler filter computation speedAndy Hung2014-04-021-1/+25
* | | | audioflinger: forward device change to effects in direct threadGlenn Kasten2014-04-141-0/+10
* | | | Update test-resample to handle multichannelAndy Hung2014-04-101-57/+48
* | | | Add and enable floating point option for audio resamplerAndy Hung2014-04-093-164/+179
* | | | Add floating point to audio resample processingAndy Hung2014-04-092-85/+163
* | | | Add capability for floating point Kaiser window filtersAndy Hung2014-04-081-2/+3
* | | | Update test-resample to handle floating pointAndy Hung2014-04-081-17/+54
* | | | Merge "Fix 64-bit build warnings"Glenn Kasten2014-04-081-10/+11
|\ \ \ \
| * | | | Fix 64-bit build warningsGlenn Kasten2014-04-081-10/+11
* | | | | Fix regression in FastMixer statisticsGlenn Kasten2014-04-071-0/+1
|/ / / /
* | | | Change references of Q19.12 to Q4.27 for clarityAndy Hung2014-04-025-9/+10
|/ / /
* | | Merge "FastMixer use FastThread and FastMixerState use FastThreadState"Glenn Kasten2014-04-013-18/+13
|\ \ \
| * | | FastMixer use FastThread and FastMixerState use FastThreadStateGlenn Kasten2014-03-313-18/+13
* | | | Merge changes I5748f47d,I3f074933Glenn Kasten2014-04-014-1/+117
|\ \ \ \ | |/ / /
| * | | Add FastThread.hGlenn Kasten2014-03-311-0/+38
| * | | Add FastThreadStateGlenn Kasten2014-03-313-1/+79
* | | | Add FIXMEs to createRecord for fast captureGlenn Kasten2014-03-312-9/+13
|/ / /
* | | Merge "Mark the logging heap read-only to media.log service"Glenn Kasten2014-03-281-1/+1
|\ \ \
| * | | Mark the logging heap read-only to media.log serviceGlenn Kasten2014-03-181-1/+1
* | | | Merge "Use symbol AUDIO_IO_HANDLE_NONE from <system/audio.h>"Glenn Kasten2014-03-261-12/+12
|\ \ \ \
| * | | | Use symbol AUDIO_IO_HANDLE_NONE from <system/audio.h>Glenn Kasten2014-03-261-12/+12
* | | | | Merge "Use LOG_ALWAYS_FATAL instead of LOG_FATAL"Glenn Kasten2014-03-264-15/+15
|\ \ \ \ \ | |/ / / / |/| | | |