archived-mpp/test
Xinhuang Li c2d9a16c24 [test]: modify the frame rate to support decimals
use "-r numerator:denominator:flex"
for set the input to the same fps as the output, such as 50:1:1
or "-r numerator:denominator/flex-numerator:denominator:flex"
for set input and output separately, such as 40:1:1/30:1:0.
the default parameter is 30:1:0.

Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
Change-Id: Ief2935354b82aba9c192b4af92636519d3e75423
2020-04-17 10:51:56 +08:00
..
CMakeLists.txt [mpp/test]: remove some module test file 2018-05-04 10:00:28 +08:00
mpi_dec_mt_test.c [test]: Skip error opt on parsing parameter 2019-10-10 16:29:43 +08:00
mpi_dec_multi_test.c [test]: Skip error opt on parsing parameter 2019-10-10 16:29:43 +08:00
mpi_dec_test.c [test]: Skip error opt on parsing parameter 2019-10-10 16:29:43 +08:00
mpi_enc_multi_test.c [test]: Update utils for encoder test 2020-04-07 15:25:56 +08:00
mpi_enc_test.c [test]: modify the frame rate to support decimals 2020-04-17 10:51:56 +08:00
mpi_rc.cfg [test]: add new rc test 2017-06-09 08:56:59 +08:00
mpi_rc2_test.c [h265e]: Add fixqp flow 2020-02-27 15:37:42 +08:00
mpi_rc_test.c [h265e]: Add fixqp flow 2020-02-27 15:37:42 +08:00
mpi_test.c [misc]: Change interface header file dependency 2019-06-14 10:15:12 +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 [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.