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

..--

res/layout/22-Nov-2023-2510

src/android/mediapc/cts/22-Nov-2023-3,4262,601

Android.bpD22-Nov-20231.2 KiB4239

AndroidManifest.xmlD22-Nov-20231.9 KiB4324

AndroidTest.xmlD22-Nov-20232.1 KiB4025

DynamicConfig.xmlD22-Nov-2023207 75

OWNERSD22-Nov-2023296 1513

README.mdD22-Nov-2023528 118

copy_media.shD22-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