frameworks/av/media/codec2/hidl/1.0/vts/functional/common
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
Android.bp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README.md android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
media_c2_hidl_test_common.cpp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
media_c2_hidl_test_common.h android 13 from xiaosuan 2025-08-25 08:17:13 +08:00

README.md

Codec2 VTS Hal @ 1.0 tests

master :

Functionality of master is to enumerate all the Codec2 components available in C2 media service.

usage: atest VtsHalMediaC2V1_0TargetMasterTest

component :

Functionality 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.

usage: atest VtsHalMediaC2V1_0TargetComponentTest

audio :

Functionality 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.)

usage: atest VtsHalMediaC2V1_0TargetAudioDecTest

usage: atest VtsHalMediaC2V1_0TargetAudioEncTest

video :

Functionality 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.)

usage: atest VtsHalMediaC2V1_0TargetVideoDecTest usage: atest VtsHalMediaC2V1_0TargetVideoEncTest