| .. | ||
| res/layout | ||
| src/android/video/cts | ||
| Android.bp | ||
| AndroidManifest.xml | ||
| AndroidTest.xml | ||
| copy_media.sh | ||
| DynamicConfig.xml | ||
| OWNERS | ||
| README.md | ||
Video CTS Tests
Current folder comprises of files necessary for:
- Testing video encoder/decoder performance by running encoding/decoding without displaying the raw data.
- Testing key operating rate for Hardware video encoder/decoder.
The test vectors used by the test suite is available at link and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory.
Commands
$ atest android.video.cts
$ atest android.video.cts.CodecEncoderPerformanceTest
$ atest android.video.cts.CodecDecoderPerformanceTest