summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "AudioMixer can be configured for fewer max tracks"Glenn Kasten2012-03-211-3/+6
|\
| * AudioMixer can be configured for fewer max tracksGlenn Kasten2012-03-201-3/+6
* | Merge "Update comments"Glenn Kasten2012-03-211-0/+4
|\ \
| * | Update commentsGlenn Kasten2012-03-191-0/+4
| |/
* | WhitespaceGlenn Kasten2012-03-191-1/+1
|/
* Clean up assertion checksGlenn Kasten2012-03-121-21/+18
* AudioBufferProvider comments and cleanupGlenn Kasten2012-02-241-2/+2
* Remove bit fields to improve performanceGlenn Kasten2012-02-171-1/+2
* Simplify codeGlenn Kasten2012-02-171-4/+4
* Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-161-16/+45
* Update commentsGlenn Kasten2012-02-141-1/+6
* Merge "AudioFlinger methods const and inline"Glenn Kasten2012-02-081-23/+2
|\
| * AudioFlinger methods const and inlineGlenn Kasten2012-02-031-23/+2
* | Use bool instead of intGlenn Kasten2012-02-031-17/+17
|/
* Use NULL not 0 for raw pointersGlenn Kasten2012-02-031-2/+2
* Constructor initialization and const fieldsGlenn Kasten2012-02-031-3/+5
* Unconditional deleteGlenn Kasten2012-01-271-3/+1
* Merge "Fix build warning"Glenn Kasten2012-01-111-1/+1
|\
| * Fix build warningGlenn Kasten2012-01-061-1/+1
* | Merge "By convention const goes before the type specifier"Glenn Kasten2012-01-091-10/+11
|\ \
| * | By convention const goes before the type specifierGlenn Kasten2012-01-061-10/+11
| |/
* | Merge "Replace loop by __builtin_ctz"Glenn Kasten2012-01-091-9/+4
|\ \
| * | Replace loop by __builtin_ctzGlenn Kasten2012-01-051-9/+4
| |/
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* | Merge "Remove the notion of "active track" from mixer"Glenn Kasten2012-01-051-61/+63
|\ \ | |/ |/|
| * Remove the notion of "active track" from mixerGlenn Kasten2011-12-201-61/+63
* | Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten2012-01-051-18/+19
|\ \
| * | Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-18/+19
* | | resolved conflicts for merge of 1a4b9939 to masterEric Laurent2012-01-041-0/+17
|\ \ \
| * | | audioflinger: fix clicks on 48kHz audio.Eric Laurent2011-12-221-0/+17
* | | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-5/+5
| |/ / |/| |
* | | Merge "Remove dead code"Glenn Kasten2011-12-201-0/+2
|\ \ \ | |_|/ |/| |
| * | Remove dead codeGlenn Kasten2011-12-191-1/+2
* | | Merge "Use constants for 2 and 32"Glenn Kasten2011-12-161-3/+3
|\ \ \
| * | | Use constants for 2 and 32Glenn Kasten2011-12-161-3/+3
* | | | Merge "Extract out audio DSP code to utility library"Glenn Kasten2011-12-161-103/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Extract out audio DSP code to utility libraryGlenn Kasten2011-12-161-103/+2
| |/ /
* | | Merge "Use switch in AudioMixer::setParameter"Glenn Kasten2011-12-161-35/+48
|\ \ \
| * | | Use switch in AudioMixer::setParameterGlenn Kasten2011-12-161-35/+48
* | | | deleteTrackName now asserts on bad input parameterGlenn Kasten2011-12-161-17/+16
|/ / /
* | | Merge "setActiveTrack and setBufferProvider can't fail"Glenn Kasten2011-12-161-8/+7
|\ \ \
| * | | setActiveTrack and setBufferProvider can't failGlenn Kasten2011-12-151-8/+7
| |/ /
* | | Merge "Simplify enable/disable mixing"Glenn Kasten2011-12-161-24/+10
|\ \ \
| * | | Simplify enable/disable mixingGlenn Kasten2011-12-151-24/+10
| |/ /
* | | Merge "Use NULL not 0 for pointers"Glenn Kasten2011-12-151-12/+12
|\ \ \
| * | | Use NULL not 0 for pointersGlenn Kasten2011-12-151-12/+12
| |/ /
* | | Merge "Fix indentation and whitespace"Glenn Kasten2011-12-141-48/+47
|\ \ \
| * | | Fix indentation and whitespaceGlenn Kasten2011-12-141-48/+47
| |/ /
* | | AudioMixer uninitialized simple fieldsGlenn Kasten2011-12-141-0/+6
|/ /