summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start pulling bits of FastMixer up to FastThreadGlenn Kasten2014-04-281-561/+327
* Fix regression in FastMixer statisticsGlenn Kasten2014-04-071-0/+1
* Use LOG_ALWAYS_FATAL instead of LOG_FATALGlenn Kasten2014-03-261-1/+1
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-6/+6
|\
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-6/+6
* | am 5a458ede: am 5930e8eb: Merge "AudioFlinger: Remove code for supporting res...Glenn Kasten2014-02-101-23/+4
|\ \ | |/
| * AudioFlinger: Remove code for supporting resampling in fast tracksMartin Storsjo2014-02-051-23/+4
* | Pretty up audioflinger dumpsysMarco Nelissen2014-02-101-19/+25
* | Use Format_isValid() and Format_isEqual() instead of direct comparisonGlenn Kasten2014-02-031-1/+1
* | am 97992cc7: am 732845c7: FastMixer computes presentation timestamps for fast...Glenn Kasten2013-09-031-1/+46
|\ \ | |/
| * FastMixer computes presentation timestamps for fast tracksGlenn Kasten2013-09-031-1/+46
* | Use curly braces in 'if' to make it easier to add logsGlenn Kasten2013-08-131-1/+2
|/
* HAL stream format for mixer output threads must be stereo 16-bit PCMGlenn Kasten2013-07-251-3/+5
* Use AudioSystem::setLowRamDevice() to configure memoryGlenn Kasten2013-07-191-13/+29
* Make AudioFlinger::instantiate() more resilient when called from separate moduleGlenn Kasten2013-07-191-0/+7
* Fix indentationGlenn Kasten2013-07-101-74/+74
* Remove timing jitter during startup of audioGlenn Kasten2013-04-231-0/+4
* Miscellaneous cleanupGlenn Kasten2013-03-041-3/+3
* media.log cleanupGlenn Kasten2013-03-011-17/+7
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-151-89/+4
* Temporary additional logging to investigate bugGlenn Kasten2013-02-151-4/+89
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-141-43/+2
* Temporary additional logging to investigate bugGlenn Kasten2013-02-141-2/+43
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-141-28/+2
* Temporary additional logging to investigate bugGlenn Kasten2013-02-131-2/+28
* Revert "Temporary additional logging to investigate bug"Glenn Kasten2013-02-121-16/+0
* Temporary additional logging to investigate bugGlenn Kasten2013-02-121-0/+16
* AudioFlinger uses media.log service for loggingGlenn Kasten2013-01-311-0/+17
* Merge "Add warning about following the design rules"Glenn Kasten2012-12-201-0/+6
|\
| * Add warning about following the design rulesGlenn Kasten2012-11-301-0/+6
* | audioflinger: define ANDROID_SMP, remove conditional tracingAlex Ray2012-11-301-21/+10
* | Remove conditional compilation of ATRACE functionsAlex Ray2012-11-301-0/+5
* | Use ATRACE macros instead of Tracer staticsSimon Wilson2012-11-291-2/+2
|/
* Check clock_gettime(CLOCK_MONOTONIC) for failureGlenn Kasten2012-09-241-0/+3
* Communicate audio session ID to downmixerJean-Michel Trivi2012-09-101-2/+3
* Add outlier statistics for fast mixer cycle timesGlenn Kasten2012-09-071-1/+40
* Tune the overrun correctionGlenn Kasten2012-08-081-2/+2
* AudioFlinger: fix timed audioJohn Grossman2012-08-081-1/+6
* Change definition of warmup periodGlenn Kasten2012-06-151-2/+5
* FastMixer compensates for SRC jitter in audio HALGlenn Kasten2012-06-151-6/+14
* Make CPU frequency statistics optionalGlenn Kasten2012-06-141-4/+19
* Shorten dumpsys media.audio_flinger outputGlenn Kasten2012-06-131-0/+4
* audioflinger: modify fast mixer overrun managementEric Laurent2012-06-061-1/+4
* Fast track dumpsysGlenn Kasten2012-06-031-1/+38
* Was calculating measured warmup time wrongGlenn Kasten2012-06-011-0/+1
* Keep a copy of most recent audio playedGlenn Kasten2012-05-211-0/+5
* systrace for audioGlenn Kasten2012-05-171-3/+18
* Skip bad kHz values, and display them accuratelyGlenn Kasten2012-05-171-6/+9
* Improve underrun handling for fast tracksGlenn Kasten2012-05-141-4/+9
* Fix 2 bugs in fast mixer statisticsGlenn Kasten2012-05-111-2/+2