aosp12/cts/tests/video
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
res/layout init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src/android/video/cts init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AndroidManifest.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AndroidTest.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
DynamicConfig.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
copy_media.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

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