• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/layout/23-Nov-2023-2510

src/android/video/cts/23-Nov-2023-2,6422,045

Android.bpD23-Nov-20231.3 KiB4643

AndroidManifest.xmlD23-Nov-20231.7 KiB3921

AndroidTest.xmlD23-Nov-20232.4 KiB4528

DynamicConfig.xmlD23-Nov-2023188 65

OWNERSD23-Nov-202376 43

README.mdD23-Nov-2023691 1411

copy_media.shD23-Nov-20231.4 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://storage.googleapis.com/android_media/cts/tests/video/CtsVideoTestCases-1.2.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