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