mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1042 6e48237b-75ef-9749-8fc9-41990f28c85a
16 lines
387 B
Bash
Executable File
16 lines
387 B
Bash
Executable File
#!/bin/bash
|
|
adb remount
|
|
adb push ./mpp/libmpp.so /system/lib/
|
|
adb push ./mpp/legacy/libvpu.so /system/lib/
|
|
adb push ./test/mpi_dec_test /system/bin/
|
|
#adb push librk_vpuapi.so /system/lib/
|
|
|
|
adb shell sync
|
|
|
|
adb shell busybox pkill mediaserver
|
|
|
|
adb shell logcat -c
|
|
#adb shell mpi_dec_test -i /sdcard/beauty.mpg -t 4
|
|
adb shell logcat -v time > log.txt
|
|
#adb shell logcat | grep vpu > log.txt
|