30 Commits (d3d11c6dd5e520db0aba8ad17fdfe9f57d47a4df)

Author SHA1 Message Date
Dongwon Kang cad9acfd34 Add a repo upload hook for checking the mainline code change.
5 years ago
Glenn Kasten f1144ae50f Remove obsolete directory tools/resampler_tools/
5 years ago
Dan Willemsen 22ad7fc925 Convert fir to Android.bp
5 years ago
Glenn Kasten 8499f13735 Update OWNERS to be more specific
7 years ago
Chih-Hung Hsieh b1e2a23822 Add OWNERS in frameworks/av
7 years ago
Glenn Kasten d7c2909c90 Revert "Revert "Make build warnings be errors""
8 years ago
Glenn Kasten 984b4f2db2 Revert "Make build warnings be errors"
8 years ago
Glenn Kasten 20b89a97a8 Make build warnings be errors
8 years ago
Glenn Kasten bf5d0666b8 Minor fixes to fir generator
9 years ago
Glenn Kasten e1984fc72d Revert "Indent by 8 spaces to match existing code"
9 years ago
Glenn Kasten 9c380ac229 Remove spaces at end of line to match existing code
9 years ago
Glenn Kasten 5e83ef573a Indent by 8 spaces to match existing code
9 years ago
Glenn Kasten 393d4d2082 Command line display now includes name of program
9 years ago
Glenn Kasten 6506d19004 Add -D option to generate extra declarations
9 years ago
Glenn Kasten 904e982b8e FIx typo in help for -f option
9 years ago
Glenn Kasten c52fb038dc Cleanup annoying whitespace that causes red markers
10 years ago
Glenn Kasten a4ebf1324a Fix build warnings in fir
10 years ago
Andy Hung 523476a40b Fix for Change 396851
11 years ago
Andy Hung 86eae0e593 Audio resampler update to add S16 filters
11 years ago
Mathias Agopian 46afbec374 change how we store the FIR coefficients
12 years ago
Mathias Agopian d88a051aff fix another issue with generating FIR coefficients
12 years ago
Mathias Agopian b4b75b47c2 fir a typo that caused up-sampling coefficiens to be wrong
12 years ago
Pixelflinger 73e90268ad improve fir tool: cleanup, better default, bug fixes
12 years ago
Dan Bornstein 4cb4f7ce91 Manually merge change #111620 from tc3 to mainline, to keep the
12 years ago
Dave Bort 8cb08825a7 Rename "Makefile" to "Android.mk" throughout the tree.
12 years ago
Dave Bort 819261a22b Rename "TARGET" to "MODULE" in the build system.
12 years ago
Mathias Agopian 4b61366ded Tweak the SINC resampler parameters and double the performance. It's using about 10% CPU in the worse case now.
12 years ago
Mathias Agopian 2a967b3fff A sinc resampler for Audioflinger. It's not enabled yet, but fully functional and apparently working. It need more "quality" tests. In the 48->44 KHz, it takes about 25% of the CPU time.
12 years ago
Mathias Agopian 65682fb8e9 fix a few small typos in the FIR computation
12 years ago
Mathias Agopian 4b8a3d8a89 This is a tool to compute the the reconstruction filter coefficients for a sinc audio resampler.
12 years ago