archived-mpp/test
Herman Chen 7a5544b8ec [rc]: Fix rc issue in async mode
1. Add async rc preset function.
2. Update rc_task pointer on async_wait task.
3. Save frame type in rc task info rather than in rc ctx.

Change-Id: I956b5f14a01e5c2cdc8b4c5f9c26660274a7f0e4
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
2022-04-01 18:07:30 +08:00
..
CMakeLists.txt [test]: Add mpi_enc_mt_test 2022-03-03 11:43:54 +08:00
mpi_dec_mt_test.c [misc]: Fix a few compile warnings and errors 2022-03-11 17:45:10 +08:00
mpi_dec_multi_test.c [test]: Use new option module 2022-01-11 08:37:41 +08:00
mpi_dec_test.c [mpi_enc_test]: add slt testcase 2022-01-26 17:29:02 +08:00
mpi_enc_mt_test.cpp [rc]: Fix rc issue in async mode 2022-04-01 18:07:30 +08:00
mpi_enc_test.c [mpi_enc_test]: Set qp_init to -1 2022-03-17 11:48:12 +08:00
mpi_rc.cfg [test]: add new rc test 2017-06-09 08:56:59 +08:00
mpi_rc2_test.c [vepu580]: Support intra frame twopass deflicker 2022-02-17 15:26:17 +08:00
mpp_event_trigger.c [test]: add auto test modules 2017-06-09 08:56:50 +08:00
mpp_event_trigger.h [test]: add auto test modules 2017-06-09 08:56:50 +08:00
mpp_info_test.c [cmake]: Add history log 2020-03-04 11:05:50 +08:00
mpp_parse_cfg.c [test]: add auto test modules 2017-06-09 08:56:50 +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.