1# Codec2 VTS Hal @ 1.0 tests # 2 3## master : 4Functionality of master is to enumerate all the Codec2 components available in C2 media service. 5 6usage: `atest VtsHalMediaC2V1_0TargetMasterTest` 7 8## component : 9Functionality of component test is to validate 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: `atest VtsHalMediaC2V1_0TargetComponentTest` 12 13## audio : 14Functionality of audio test is to validate audio specific functionality of Codec2 components. The resource files for this test are taken from `frameworks/av/media/codec2/hidl/1.0/vts/functional/res`. The path to these files on the device can be specified with `-P`. (If the device path is omitted, `/data/local/tmp/media/` is the default value.) 15 16usage: `atest VtsHalMediaC2V1_0TargetAudioDecTest` 17 18usage: `atest VtsHalMediaC2V1_0TargetAudioEncTest` 19 20## video : 21Functionality of video test is to validate video specific functionality of Codec2 components. The resource files for this test are taken from `frameworks/av/media/codec2/hidl/1.0/vts/functional/res`. The path to these files on the device can be specified with `-P`. (If the device path is omitted, `/data/local/tmp/media/` is the default value.) 22 23usage: `atest VtsHalMediaC2V1_0TargetVideoDecTest` 24usage: `atest VtsHalMediaC2V1_0TargetVideoEncTest` 25