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

..--

src/android/videoencodingmin/app/15-Dec-2024-206158

Android.bpD15-Dec-20241.1 KiB3835

AndroidManifest.xmlD15-Dec-20241.9 KiB4223

README.mdD15-Dec-2024561 86

README.md

1## Video Quality Floor CTS Tests Apk
2These tests are not run directly. But these are run as part of the host side test CtsVideoQualityFloorHostTestCases. The host side test sends an input clip and encoding configuration parameters via json file to this apk. This apk parses the information sent and performs encoding. The encoded output is stored to disk. Host side test pulls this for further analysis.
3
4### Commands
5```sh
6$ atest CtsVideoQualityFloorHostTestCases -- --module-arg CtsVideoQualityFloorHostTestCases:instrumentation-arg:conf-json:=test.json
7```
8