Home | History | Annotate | only in /system/media/audio_utils
Up to higher level directory
NameDateSize
Android.bp05-Oct-20172K
channels.c05-Oct-201715.3K
Doxyfile05-Oct-201797.9K
Doxyfile.orig05-Oct-201797.9K
echo_reference.c05-Oct-201721.3K
ErrorLog.cpp05-Oct-20171.5K
fifo.cpp05-Oct-201723.7K
fifo_index.cpp05-Oct-20173.9K
fixedfft.cpp05-Oct-20176.8K
format.c05-Oct-20176.8K
include/05-Oct-2017
limiter.c05-Oct-20171.9K
minifloat.c05-Oct-20171.9K
mono_blend.cpp05-Oct-20172.1K
power.cpp05-Oct-20179K
PowerLog.cpp05-Oct-20178.4K
primitives.c05-Oct-201713.3K
private/05-Oct-2017
README.md05-Oct-2017197
resampler.c05-Oct-20179.7K
roundup.c05-Oct-20171K
spdif/05-Oct-2017
tests/05-Oct-2017
tinysndfile.c05-Oct-201720.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