| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| CMakeLists.txt | H A D | 05-Jun-2025 | 2.3 KiB | 70 | 57 | |
| README.md | H A D | 05-Jun-2025 | 762 | 30 | 20 | |
| mpi_dec_mt_test.c | H A D | 05-Jun-2025 | 12.1 KiB | 446 | 315 | |
| mpi_dec_multi_test.c | H A D | 05-Jun-2025 | 18.9 KiB | 655 | 469 | |
| mpi_dec_nt_test.c | H A D | 05-Jun-2025 | 18.6 KiB | 603 | 382 | |
| mpi_dec_test.c | H A D | 05-Jun-2025 | 23.9 KiB | 767 | 508 | |
| mpi_enc_mt_test.cpp | H A D | 05-Jun-2025 | 33.4 KiB | 1,119 | 861 | |
| mpi_enc_test.c | H A D | 05-Jun-2025 | 33.8 KiB | 1,074 | 825 | |
| mpi_rc.cfg | H A D | 05-Jun-2025 | 588 | 18 | 17 | |
| mpi_rc2_test.c | H A D | 05-Jun-2025 | 35.4 KiB | 1,163 | 927 | |
| mpp_event_trigger.c | H A D | 05-Jun-2025 | 6.8 KiB | 294 | 194 | |
| mpp_event_trigger.h | H A D | 05-Jun-2025 | 1.1 KiB | 42 | 19 | |
| mpp_info_test.c | H A D | 05-Jun-2025 | 1 KiB | 42 | 17 | |
| mpp_parse_cfg.c | H A D | 05-Jun-2025 | 5.6 KiB | 267 | 192 | |
| mpp_parse_cfg.h | H A D | 05-Jun-2025 | 975 | 40 | 19 | |
| vpu_api_test.c | H A D | 05-Jun-2025 | 24.5 KiB | 818 | 648 |
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