• Home
Name Date Size #Lines LOC

..--

res/layout/03-May-2024-2510

src/android/mediapc/cts/03-May-2024-3,5372,666

Android.bpD03-May-20241.2 KiB4239

AndroidManifest.xmlD03-May-20241.9 KiB4324

AndroidTest.xmlD03-May-20242.1 KiB4025

DynamicConfig.xmlD03-May-2024207 75

OWNERSD03-May-2024296 1513

README.mdD03-May-2024528 118

copy_media.shD03-May-20241.4 KiB4824

README.md

1## Media Performance Class CTS Tests
2Current folder comprises of files necessary for testing media performance class.
3
4The test vectors used by the test suite is available at [link](https://storage.googleapis.com/android_media/cts/tests/mediapc/CtsMediaPerformanceClassTestCases-1.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.mediapc.cts
9$ atest android.mediapc.cts.PeformanceClassTest
10```
11