Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
jni/ | H | 25-Apr-2025 | - | 201 | 164 | |
src/android/videocodec/cts/ | H | 25-Apr-2025 | - | 3,547 | 2,651 | |
Android.bp | H A D | 25-Apr-2025 | 1.3 KiB | 43 | 40 | |
AndroidManifest.xml | H A D | 25-Apr-2025 | 1.4 KiB | 35 | 16 | |
AndroidTest.xml | H A D | 25-Apr-2025 | 2.3 KiB | 43 | 27 | |
DynamicConfig.xml | H A D | 25-Apr-2025 | 189 | 6 | 5 | |
OWNERS | H A D | 25-Apr-2025 | 81 | 3 | 2 | |
README.md | H A D | 25-Apr-2025 | 465 | 10 | 7 | |
copy_media.sh | H A D | 25-Apr-2025 | 1.4 KiB | 48 | 24 |
README.md
1## Video Codec CTS Tests 2The tests present in this folder are an extension of tests at cts/tests/tests/media/encoder/. 3 4The test vectors used by the test suite is available at [link](https://dl.google.com/android/xts/cts/tests/videocodec/CtsVideoCodecTestCases-2.1.zip) and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory. 5 6### Commands 7```sh 8$ atest android.videocodec.cts 9``` 10