1*b7c941bbSAndroid Build Coastguard Worker## Video CTS Tests 2*b7c941bbSAndroid Build Coastguard WorkerCurrent folder comprises of files necessary for: 3*b7c941bbSAndroid Build Coastguard Worker1. Testing video encoder/decoder performance by running encoding/decoding without displaying the raw data. 4*b7c941bbSAndroid Build Coastguard Worker2. Testing key operating rate for Hardware video encoder/decoder. 5*b7c941bbSAndroid Build Coastguard Worker 6*b7c941bbSAndroid Build Coastguard WorkerThe test vectors used by the test suite is available at [link](https://dl.google.com/android/xts/cts/tests/video/CtsVideoTestCases-1.3.zip) and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory. 7*b7c941bbSAndroid Build Coastguard Worker 8*b7c941bbSAndroid Build Coastguard Worker### Commands 9*b7c941bbSAndroid Build Coastguard Worker```sh 10*b7c941bbSAndroid Build Coastguard Worker$ atest android.video.cts 11*b7c941bbSAndroid Build Coastguard Worker$ atest android.video.cts.CodecEncoderPerformanceTest 12*b7c941bbSAndroid Build Coastguard Worker$ atest android.video.cts.CodecDecoderPerformanceTest 13*b7c941bbSAndroid Build Coastguard Worker``` 14