Home | History | Annotate | only in /frameworks/av/media/libaudioprocessing/tests
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171.4K
build_and_run_all_unit_tests.sh05-Oct-2017751
mixer_to_wav_tests.sh05-Oct-20174.1K
README05-Oct-2017197
resampler_tests.cpp05-Oct-201718.9K
run_all_unit_tests.sh05-Oct-2017298
test-mixer.cpp05-Oct-201712.3K
test-resampler.cpp05-Oct-201719.1K
test_utils.h05-Oct-20179.1K

README

      1 For libsonic dependency:
      2 pushd $ANDROID_BUILD_TOP/external/sonic
      3 mm
      4 popd
      5 
      6 To build audio processing library:
      7 pushd ..
      8 Optionally uncomment USE_NEON=false in Android.mk
      9 mm
     10 popd
     11 
     12 Then build here:
     13 mm
     14