summaryrefslogtreecommitdiff
path: root/services/audioflinger/AudioResampler.cpp
AgeCommit message (Expand)Author
2012-11-27New VHQ resamplerGlenn Kasten
2012-10-22Increase allowed number of VHQ resamplers to 3Glenn Kasten
2012-10-04Integrate improved coefficient sinc resampler: VHQGlenn Kasten
2012-09-26audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani
2012-03-13Whitespace and indentationGlenn Kasten
2012-02-16Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman
2012-02-10Merge "Disable HQ resamplers for now until qualified"Glenn Kasten
2012-02-09Disable HQ resamplers for now until qualifiedGlenn Kasten
2012-02-08No newline or space at end of ALOG format stringGlenn Kasten
2012-02-03Remove dead codeGlenn Kasten
2012-01-09Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-11-17Bug 5522189 re-enable ARM opts but disable inlineGlenn Kasten
2011-10-28Bug 5522189 temporary workaroundGlenn Kasten
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-09-16AudioResampler: use relative instead of absolute labelsNick Kralevich
2011-04-11am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resam...Brad Fitzpatrick
2011-04-07audioflinger: Enable ARMv5TE optimized resamplerJim Huang
2011-02-28Fix issue 3479042.Eric Laurent
2010-07-14move native services under services/Mathias Agopian