Name Date Size #Lines LOC

..--

CMakeLists.txtH A D05-Jun-20252.3 KiB7057

README.mdH A D05-Jun-2025762 3020

mpi_dec_mt_test.cH A D05-Jun-202512.1 KiB446315

mpi_dec_multi_test.cH A D05-Jun-202518.9 KiB655469

mpi_dec_nt_test.cH A D05-Jun-202518.6 KiB603382

mpi_dec_test.cH A D05-Jun-202523.9 KiB767508

mpi_enc_mt_test.cppH A D05-Jun-202533.4 KiB1,119861

mpi_enc_test.cH A D05-Jun-202533.8 KiB1,074825

mpi_rc.cfgH A D05-Jun-2025588 1817

mpi_rc2_test.cH A D05-Jun-202535.4 KiB1,163927

mpp_event_trigger.cH A D05-Jun-20256.8 KiB294194

mpp_event_trigger.hH A D05-Jun-20251.1 KiB4219

mpp_info_test.cH A D05-Jun-20251 KiB4217

mpp_parse_cfg.cH A D05-Jun-20255.6 KiB267192

mpp_parse_cfg.hH A D05-Jun-2025975 4019

vpu_api_test.cH A D05-Jun-202524.5 KiB818648

README.md

1# Unit test description
2
3## There are some unit test for testing mpp functions in this catalog.
4
5### mpi_enc_test:
6use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.
7
8### mpi_dec_test:
9use sync interface and async interface(decode_put_packet and decode_get_frame),
10decode compress video to raw yuv.
11
12### mpi_rc_test:
13encode use detailed bitrate control config.
14
15### mpi_rc2_test:
16encode use detailed bitrate control config,and cfg param come from mpi_rc.cfg.
17
18### mpi_test:
19simple description of mpi calling method, just for reference
20
21### mpp_event_trigger:
22event trigger test.
23
24### mpp_parse_cfg:
25mpp parser cfg test.
26
27### vpu_api_test
28encode or decode use legacy interface, in order to compatible with the previous
29vpu interface.
30