Home | History | Annotate | only in /system/media/audio_utils
Up to higher level directory
NameDateSize
Android.bp21-Aug-20182.3K
channels.c21-Aug-201819.4K
Doxyfile21-Aug-201897.9K
Doxyfile.orig21-Aug-201897.9K
echo_reference.c21-Aug-201821.3K
ErrorLog.cpp21-Aug-20181.5K
fifo.cpp21-Aug-201823.7K
fifo_index.cpp21-Aug-20184K
fifo_writer32.cpp21-Aug-20182.4K
fixedfft.cpp21-Aug-20186.8K
format.c21-Aug-20186.9K
include/21-Aug-2018
limiter.c21-Aug-20181.9K
minifloat.c21-Aug-20181.9K
mono_blend.cpp21-Aug-20182.1K
power.cpp21-Aug-20188.5K
PowerLog.cpp21-Aug-20188.4K
primitives.c21-Aug-201816K
private/21-Aug-2018
README.md21-Aug-2018197
resampler.c21-Aug-20189.7K
roundup.c21-Aug-20181K
spdif/21-Aug-2018
tests/21-Aug-2018
tinysndfile.c21-Aug-201820.7K

README.md

      1 # How to build and view documentation
      2 
      3 * doxygen Doxyfile
      4 * cd html
      5 * python -m SimpleHTTPServer
      6 * open in web browser
      7   http://localhost:8000/classaudio__utils__fifo.html
      8 * when done: rm -rf html
      9