summaryrefslogtreecommitdiff
path: root/services/audioflinger/AudioMixer.h
AgeCommit message (Expand)Author
2012-09-10Communicate audio session ID to downmixerJean-Michel Trivi
2012-08-30Move libnbaio out of AudioFlingerGlenn Kasten
2012-04-18Fix multichannel downmix pause bug on video playerJean-Michel Trivi
2012-04-16AudioMixer new cmd: remove sample rate converterGlenn Kasten
2012-04-09AudioMixer uses downmix effect for multichannel contentJean-Michel Trivi
2012-03-21Merge "AudioMixer can be configured for fewer max tracks"Glenn Kasten
2012-03-20AudioMixer can be configured for fewer max tracksGlenn Kasten
2012-03-19Update commentsGlenn Kasten
2012-02-17Remove bit fields to improve performanceGlenn Kasten
2012-02-17Simplify codeGlenn Kasten
2012-02-16Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman
2012-02-14Update commentsGlenn Kasten
2012-02-08Merge "AudioFlinger methods const and inline"Glenn Kasten
2012-02-03AudioFlinger methods const and inlineGlenn Kasten
2012-02-03Use virtual destructorsGlenn Kasten
2012-01-09Merge "By convention const goes before the type specifier"Glenn Kasten
2012-01-06By convention const goes before the type specifierGlenn Kasten
2012-01-05Merge "Remove the notion of "active track" from mixer"Glenn Kasten
2012-01-05Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten
2012-01-05Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten
2012-01-04resolved conflicts for merge of 1a4b9939 to masterEric Laurent
2011-12-22audioflinger: fix clicks on 48kHz audio.Eric Laurent
2011-12-20Remove the notion of "active track" from mixerGlenn Kasten
2011-12-20Merge "Remove dead code"Glenn Kasten
2011-12-19Remove dead codeGlenn Kasten
2011-12-16Merge "Use constants for 2 and 32"Glenn Kasten
2011-12-16Merge "Extract out audio DSP code to utility library"Glenn Kasten
2011-12-16Use constants for 2 and 32Glenn Kasten
2011-12-16Use switch in AudioMixer::setParameterGlenn Kasten
2011-12-16Extract out audio DSP code to utility libraryGlenn Kasten
2011-12-16Merge "setActiveTrack and setBufferProvider can't fail"Glenn Kasten
2011-12-16Merge "Simplify enable/disable mixing"Glenn Kasten
2011-12-15setActiveTrack and setBufferProvider can't failGlenn Kasten
2011-12-15Simplify enable/disable mixingGlenn Kasten
2011-12-14Audio C++ commentsGlenn Kasten
2011-06-01Use channel mask instead of channel count for track creationJean-Michel Trivi
2011-02-28Fix issue 3479042.Eric Laurent
2010-07-14move native services under services/Mathias Agopian