singe/thirdparty/rockchip-mpp/test
2026-09-10 20:17:28 -05:00
..
cfg More ARM support. 2026-09-10 20:17:28 -05:00
CMakeLists.txt More ARM support. 2026-09-10 20:17:28 -05:00
mpi_dec_mt_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_dec_multi_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_dec_nt_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_dec_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_enc_mt_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_enc_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpi_rc.cfg More ARM support. 2026-09-10 20:17:28 -05:00
mpi_rc2_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpp_event_trigger.c More ARM support. 2026-09-10 20:17:28 -05:00
mpp_event_trigger.h More ARM support. 2026-09-10 20:17:28 -05:00
mpp_info_test.c More ARM support. 2026-09-10 20:17:28 -05:00
mpp_parse_cfg.c More ARM support. 2026-09-10 20:17:28 -05:00
mpp_parse_cfg.h More ARM support. 2026-09-10 20:17:28 -05:00
README.md More ARM support. 2026-09-10 20:17:28 -05:00
vpu_api_test.c More ARM support. 2026-09-10 20:17:28 -05:00

Unit test description

There are some unit test for testing mpp functions in this catalog.

mpi_enc_test:

use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.

mpi_enc_mt_test:

multi-instance encoder test using multiple threads.

mpi_dec_test:

use sync interface and async interface(decode_put_packet and decode_get_frame), decode compress video to raw yuv.

mpi_dec_mt_test:

multi-thread decoder test using decode_put_packet and decode_get_frame.

mpi_dec_multi_test:

multi-instance decoder test, each instance runs in its own thread.

mpi_dec_nt_test:

decoder test using sync decode interface with no timeout retry.

mpi_rc2_test:

decode then re-encode use detailed bitrate control config, and cfg param come from mpi_rc.cfg.

mpi_test:

simple description of mpi calling method, just for reference

mpp_info_test:

print MPP library version and compatibility information.

mpp_event_trigger:

event trigger test.

mpp_parse_cfg:

mpp parser cfg test.

vpu_api_test

encode or decode use legacy interface, in order to compatible with the previous vpu interface.