mirror of
				https://github.com/nyanmisaka/mpp.git
				synced 2025-10-31 12:36:44 +08:00 
			
		
		
		
	 88355a42f5
			
		
	
	88355a42f5
	
	
	
		
			
			Change-Id: I4c932ed336c1d44a30e0961b7a26692ff78d7dc6 Signed-off-by: ywj <ywj@rock-chips.com> Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/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
 |