Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 23-Mar-2024 | 627 | 34 | 27 | |
README.md | D | 23-Mar-2024 | 1.1 KiB | 23 | 14 | |
media_c2_hidl_test_common.cpp | D | 23-Mar-2024 | 4.7 KiB | 128 | 101 | |
media_c2_hidl_test_common.h | D | 23-Mar-2024 | 6.2 KiB | 202 | 137 |
README.md
1## Codec2 Hal @ 1.0 tests ## 2--- 3#### master : 4Functionality of master is to enumerate all the Codec2 components available in C2 media service. 5 6usage: MtsHidlC2V1\_0TargetMasterTest -I software 7 8#### component : 9Functionality of component is to test common functionality across all the Codec2 components available in C2 media service. For a standard C2 component, these tests are expected to pass. 10 11usage: MtsHidlC2V1\_0TargetComponentTest -I software -C <comp name> 12 13#### audio : 14Functionality of audio test is to validate audio specific functionality Codec2 components. The resource files for this test are taken from hardware/interfaces/media/res. The path to these files on the device is required to be given for bitstream tests. 15 16usage: MtsHidlC2V1\_0TargetAudioDecTest -I software -C <comp name> -P /sdcard/media 17 18#### video : 19Functionality of video test is to validate video specific functionality Codec2 components. The resource files for this test are taken from hardware/interfaces/media/res. The path to these files on the device is required to be given for bitstream tests. 20 21usage: MtsHidlC2V1\_0TargetVideoDecTest -I software -C <comp name> -P /sdcard/media 22 23