archived-mpp/test
Herman Chen 4e030fa170 [test]: Move some function to utils
Move yuv read function and yuv create function to utils.

Change-Id: I79a861ce869c182a27ed51a976eeb08f1f230d6e
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
2018-04-27 17:20:24 +08:00
..
CMakeLists.txt [test]: bench mark unit test 2018-03-26 15:49:40 +08:00
mpi_dec_mt_test.c [test]: Add mpi multi-thread decoder 2018-03-23 18:42:48 +08:00
mpi_dec_multi_test.c [test]: Add delay calculation on performance test 2018-04-03 15:25:18 +08:00
mpi_dec_test.c [test]: modify sleep time to improve the decoding effciency 2017-12-12 20:46:48 +08:00
mpi_enc_multi_test.c [test]: Move some function to utils 2018-04-27 17:20:24 +08:00
mpi_enc_test.c [test]: Move some function to utils 2018-04-27 17:20:24 +08:00
mpi_rc.cfg [test]: add new rc test 2017-06-09 08:56:59 +08:00
mpi_rc2_test.c [test]: Fix rc2 test rc_mode error 2017-06-22 16:36:05 +08:00
mpi_rc_test.c [test]: Move some function to utils 2018-04-27 17:20:24 +08:00
mpi_test.c [mpi/mpp]: Remove MppEncConfig interface 2017-01-06 18:00:36 +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_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 [legacy]: Fix vpu_api_test memory leak issue 2018-03-27 16:17:59 +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.