Home | History | Annotate | only in /frameworks/av/media/libaudioprocessing/tests
Up to higher level directory
NameDateSize
Android.bp22-Oct-2020919
build_and_run_all_unit_tests.sh22-Oct-2020753
mixer_to_wav_tests.sh22-Oct-20204.1K
README22-Oct-2020197
resampler_tests.cpp22-Oct-202023K
run_all_unit_tests.sh22-Oct-2020298
test-mixer.cpp22-Oct-202012.2K
test-resampler.cpp22-Oct-202019.1K
test_utils.h22-Oct-20209.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