Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 408ce5c2 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

libeffects: Add sinesweepraw.raw

CTS no longer contains sinesweepraw.raw in the repository.
Added the file to media/libeffects/res/raw and updated
the test scripts in libeffects to refer new path

Test: downmix/tests/build_and_run_all_unit_tests.sh
Test: lvm/tests/build_and_run_all_unit_tests_reverb.sh
Test: lvm/tests/build_and_run_all_unit_tests.sh

Change-Id: I46a4746ae5c7644ec86680757d6353290fcac4e4
parent e9ebb9ef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -39,8 +39,7 @@ echo "========================================"
echo "testing Downmix"
adb shell mkdir $testdir

adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/res/raw/sinesweepraw.raw \
$testdir
adb push $ANDROID_BUILD_TOP/frameworks/av/media/libeffects/res/raw/sinesweepraw.raw $testdir
adb push $OUT/testcases/downmixtest/arm64/downmixtest $testdir

#run the downmix test application for test.
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ testdir="/data/local/tmp/lvmTest"
echo "========================================"
echo "testing lvm"
adb shell mkdir -p $testdir
adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/res/raw/sinesweepraw.raw $testdir
adb push $ANDROID_BUILD_TOP/frameworks/av/media/libeffects/res/raw/sinesweepraw.raw $testdir
adb push $OUT/testcases/snr/arm64/snr $testdir

E_VAL=1
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ testdir="/data/local/tmp/revTest"
echo "========================================"
echo "testing reverb"
adb shell mkdir -p $testdir
adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/res/raw/sinesweepraw.raw $testdir
adb push $ANDROID_BUILD_TOP/frameworks/av/media/libeffects/res/raw/sinesweepraw.raw $testdir

E_VAL=1
cmds="adb push $OUT/testcases/reverb_test/arm/reverb_test $testdir"
+517 KiB

File added.

No diff preview for this file type.