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

Commit 471ab966 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "libeffects: Add sinesweepraw.raw" am: 70d2b4a5 am: 48827aa2 am: c8f7d1b4

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1532576

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I09d1e3dc87c236f09368c4c4d35ad16b682199ac
parents 31f1fc39 c8f7d1b4
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.