summaryrefslogtreecommitdiffstats
path: root/media/libmedia/Visualizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop thread before deleting object referenceOscar Rydhé2015-11-071-0/+8
* Fix for Visualizer release bugRicardo Garcia2015-06-191-8/+4
* Respect the record audio app op - mediaSvet Ganov2015-04-291-2/+3
* namespace does not need a closing semicolonGlenn Kasten2015-03-231-1/+1
* libmedia: ensure mCaptureThread exit within Visualizer destructorHaynes Mathew George2014-10-281-7/+12
* Add support for level measurements in VisualizerJean-Michel Trivi2013-09-231-0/+68
* Include what is neededGlenn Kasten2013-07-021-0/+1
* Line length 100Glenn Kasten2012-11-011-2/+4
* Remove dead code in libmediaGlenn Kasten2012-07-121-9/+0
* Add support for scaling mode parameterJean-Michel Trivi2012-04-181-1/+44
* Whitespace and indentationGlenn Kasten2012-03-131-2/+1
* Enhance Visualizer behavior in the case of mediaserver death.John Grossman2012-02-161-1/+1
* Fix typos in string constantsGlenn Kasten2012-01-191-1/+1
* Move fixed_fft to system/media/audio_utilsGlenn Kasten2012-01-171-2/+1
* Rename Visualizer::mLockGlenn Kasten2012-01-171-4/+4
* libmedia new can't fail on AndroidGlenn Kasten2012-01-111-4/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-9/+9
* Moved and renamed effect API header filesEric Laurent2011-07-071-3/+3
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-1/+3
* Increase the number of useful bits in the spectrum.Marco Nelissen2011-01-241-2/+7
* Visualizer: Fix the conversion from 8-bit sample to 16-bit sample.Chia-chi Yeh2010-11-011-4/+4
* Fix error in AudioEffect command status reporting.Eric Laurent2010-09-241-2/+4
* Visualizer: replace the FFT implementation with a faster one.Chia-chi Yeh2010-08-191-26/+15
* Audio effects: modified command() parameter types.Eric Laurent2010-07-281-1/+1
* Added Visualizer effect.Eric Laurent2010-07-071-0/+330