tree: 8e7048c1de4b3cef0b45a6df5b683815ff7e26df [path history] [tgz]
  1. res/
  2. src/
  3. Android.bp
  4. AndroidManifest.xml
  5. AndroidTest.xml
  6. copy_media.sh
  7. DynamicConfig.xml
  8. OWNERS
  9. README.md
tests/video/README.md

Video CTS Tests

Current folder comprises of files necessary for:

  1. Testing video encoder/decoder performance by running encoding/decoding without displaying the raw data.
  2. 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