summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use new channel count functions for audio masksAndy Hung2014-05-161-2/+2
* Change references of Q19.12 to Q4.27 for clarityAndy Hung2014-04-021-4/+4
* Use LOG_ALWAYS_FATAL instead of LOG_FATALGlenn Kasten2014-03-261-4/+4
* Rename mSinkFormat to mMixerFormat for AudioMixer::track_tAndy Hung2014-03-011-12/+12
* Use float_from_q19_12 conversion in AudioMixerAndy Hung2014-02-281-3/+4
* Add Track Sink Format to AudioMixerAndy Hung2014-02-261-22/+68
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-3/+4
|\
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-3/+4
* | Enable new dynamic audio resampler as defaultAndy Hung2014-01-301-1/+1
* | Merge "Remove warnings in Audio mixer resampler compilation."Andy Hung2014-01-301-7/+7
|\ \
| * | Remove warnings in Audio mixer resampler compilation.Andy Hung2014-01-291-7/+7
* | | Merge commit 'adf3f9b9' into manualmergeGlenn Kasten2014-01-291-5/+7
|\ \ \ | |/ / |/| / | |/
| * AudioMixer: Remove tracks from enabledTracks after reseting outTempGaurav Kumar2014-01-291-4/+7
* | Merge "Channel counts are uint32_t"Glenn Kasten2013-11-081-1/+1
|\ \
| * | Channel counts are uint32_tGlenn Kasten2013-11-061-1/+1
* | | Simplify track 'needs' bitsGlenn Kasten2013-11-061-11/+13
* | | Remove redundant this->Glenn Kasten2013-11-061-2/+2
* | | Remove dead codeGlenn Kasten2013-11-061-2/+0
* | | Fix race condition in initializing downmixGlenn Kasten2013-11-061-25/+26
|/ /
* | Explicit comparison to 0 for integral typesGlenn Kasten2013-08-131-4/+4
* | Use curly braces in 'if' to make it easier to add logsGlenn Kasten2013-08-131-4/+5
|/
* Make AudioFlinger::instantiate() more resilient when called from separate moduleGlenn Kasten2013-07-191-0/+1
* media.log cleanupGlenn Kasten2013-03-011-1/+6
* Revert "Logging to investigate a crash"Glenn Kasten2013-02-271-6/+0
* A reference cannot be re-boundGlenn Kasten2013-02-191-20/+24
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-151-68/+4
* Temporary additional logging to investigate bugGlenn Kasten2013-02-151-4/+68
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-141-43/+3
* Temporary additional logging to investigate bugGlenn Kasten2013-02-141-3/+43
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-141-6/+2
* Temporary additional logging to investigate bugGlenn Kasten2013-02-131-2/+6
* am 76143093: am f0ff908d: Logging to investigate a crashGlenn Kasten2012-12-101-0/+6
|\
| * Logging to investigate a crashGlenn Kasten2012-12-071-0/+6
* | Line length 100Glenn Kasten2012-11-011-10/+20
* | Document AudioMixer hard-coded limitsGlenn Kasten2012-10-261-0/+6
* | resolved conflicts for merge of f12b1c81 to masterGlenn Kasten2012-10-041-1/+13
|\ \ | |/
| * Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-1/+13
| * Communicate audio session ID to downmixerJean-Michel Trivi2012-09-101-2/+3
* | Communicate audio session ID to downmixerJean-Michel Trivi2012-09-121-2/+3
* | am 0efd0358: am fcfc61da: am ff4c64d6: am c64a1787: Merge "Fix initialization...Jean-Baptiste Queru2012-08-101-1/+5
|\ \ | |/
| * am ff4c64d6: am c64a1787: Merge "Fix initialization of audio mixer track reso...Jean-Baptiste Queru2012-08-101-1/+5
| |\
| | * Fix initialization of audio mixer track resources for MIPS.Paul Lind2012-08-011-1/+5
* | | Share local time frequency for all tracks & mixersGlenn Kasten2012-07-251-6/+14
|/ /
* | Use audio_channel_mask_t more placesGlenn Kasten2012-07-101-1/+1
|/
* Fix multichannel downmix pause bug on video playerJean-Michel Trivi2012-04-181-20/+51
* Configure the resampler with the correct channel count when downmixingJean-Michel Trivi2012-04-181-2/+5
* AudioMixer new cmd: remove sample rate converterGlenn Kasten2012-04-161-10/+10
* AudioMixer: fix crash in destructorEric Laurent2012-04-161-0/+1
* AudioMixer uses downmix effect for multichannel contentJean-Michel Trivi2012-04-091-4/+217
* AudioMixer default track parametersGlenn Kasten2012-04-011-23/+33