• Home
Name Date Size #Lines LOC

..--

Android.bpD06-Sep-20241.1 KiB5143

README.mdD06-Sep-20241.3 KiB2515

media_c2_hidl_test_common.cppD06-Sep-202412.8 KiB332274

media_c2_hidl_test_common.hD06-Sep-20246 KiB177108

README.md

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