mpp-nyanmisaka/test
Yanjun Liao 136e6ae0c4 fix[enc_test]: Set input block mode in init kcfg
kernel patch:
270111: fix[mpp_vcodec]: Support input/output block mode

Change-Id: I1fb791872d36f77151db57520add33a5383d6cb6
Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
2025-07-30 18:35:16 +08:00
..
CMakeLists.txt [mpp_dec]: Support no thread decode 2022-11-29 11:20:06 +08:00
mpi_dec_mt_test.c chore[dec_test]: Add FBC output support 2025-06-27 16:17:15 +08:00
mpi_dec_multi_test.c chore[dec_test]: Add FBC output support 2025-06-27 16:17:15 +08:00
mpi_dec_nt_test.c chore[dec_test]: Add FBC output support 2025-06-27 16:17:15 +08:00
mpi_dec_test.c chore[dec_test]: Add FBC output support 2025-06-27 16:17:15 +08:00
mpi_enc_mt_test.cpp refactor[osal]: Refactor more module from C++ to C 2025-06-12 18:32:09 +08:00
mpi_enc_test.c fix[enc_test]: Set input block mode in init kcfg 2025-07-30 18:35:16 +08:00
mpi_rc.cfg [test]: add new rc test 2017-06-09 08:56:59 +08:00
mpi_rc2_test.c fix[rc2_test]: fix pkt buffer overflow error 2024-04-29 10:13:34 +08:00
mpp_event_trigger.c [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
mpp_event_trigger.h [test]: add auto test modules 2017-06-09 08:56:50 +08:00
mpp_info_test.c [mpp_compat]: Add mpp compatible spec module 2022-04-19 08:29:41 +08:00
mpp_parse_cfg.c [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
mpp_parse_cfg.h [test]: add auto test modules 2017-06-09 08:56:50 +08:00
README.md [test]: add README.md for mpi unit test 2017-09-07 17:43:27 +08:00
vpu_api_test.c [test]: Remove vpu_api_test's dependence on mpp 2020-05-21 09:40:23 +08: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_dec_test:

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

mpi_rc_test:

encode use detailed bitrate control config.

mpi_rc2_test:

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