Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/layout/ | H | 25-Apr-2025 | - | 25 | 10 | |
src/android/video/cts/ | H | 25-Apr-2025 | - | 3,063 | 2,291 | |
Android.bp | H A D | 25-Apr-2025 | 1.3 KiB | 45 | 42 | |
AndroidManifest.xml | H A D | 25-Apr-2025 | 1.5 KiB | 35 | 17 | |
AndroidTest.xml | H A D | 25-Apr-2025 | 2.9 KiB | 54 | 37 | |
DynamicConfig.xml | H A D | 25-Apr-2025 | 177 | 6 | 5 | |
OWNERS | H A D | 25-Apr-2025 | 141 | 4 | 3 | |
README.md | H A D | 25-Apr-2025 | 680 | 14 | 11 | |
copy_media.sh | H A D | 25-Apr-2025 | 1.3 KiB | 48 | 24 |
README.md
1## Video CTS Tests 2Current folder comprises of files necessary for: 31. Testing video encoder/decoder performance by running encoding/decoding without displaying the raw data. 42. Testing key operating rate for Hardware video encoder/decoder. 5 6The 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 8### Commands 9```sh 10$ atest android.video.cts 11$ atest android.video.cts.CodecEncoderPerformanceTest 12$ atest android.video.cts.CodecDecoderPerformanceTest 13``` 14