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

..--

res/layout/23-Nov-2023-2510

src/android/mediapc/cts/23-Nov-2023-3,5372,666

Android.bpD23-Nov-20231.2 KiB4239

AndroidManifest.xmlD23-Nov-20231.9 KiB4324

AndroidTest.xmlD23-Nov-20232.1 KiB4025

DynamicConfig.xmlD23-Nov-2023207 75

OWNERSD23-Nov-2023296 1513

README.mdD23-Nov-2023528 118

copy_media.shD23-Nov-20231.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