Name Date Size #Lines LOC

..--

res/layout/H25-Apr-2025-2510

src/android/video/cts/H25-Apr-2025-3,0632,291

Android.bpH A D25-Apr-20251.3 KiB4542

AndroidManifest.xmlH A D25-Apr-20251.5 KiB3517

AndroidTest.xmlH A D25-Apr-20252.9 KiB5437

DynamicConfig.xmlH A D25-Apr-2025177 65

OWNERSH A D25-Apr-2025141 43

README.mdH A D25-Apr-2025680 1411

copy_media.shH A D25-Apr-20251.3 KiB4824

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