| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | CMakeLists.txt | 3 # mpp/base built-in unit test case 5 # macro for adding osal sub-module unit test 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST}) 22 # task system unit test 25 # mpp_buffer unit test 28 # mpp_packet unit test 31 # mpp_meta unit test 34 # mpp_bitwriter unit test 37 # mpp_bitread unit test 40 # mpp_trie unit test [all …]
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | CMakeLists.txt | 3 # OSAL built-in unit test case 5 # macro for adding osal sub-module unit test 13 option(${test_tag} "Build osal ${module} unit test" ${BUILD_TEST}) 22 # log system unit test 25 # env system unit test 28 # dmabuf system unit test 31 # malloc system unit test 34 # mpp_mem_pool unit test 37 # time system unit test 40 # trace system unit test [all …]
|
| /rockchip-linux_mpp/test/ |
| H A D | CMakeLists.txt | 3 # mpp built-in unit test case 5 # macro for adding mpp sub-module unit test 14 option(${test_tag} "Build mpp ${module}.${ext} unit test" ${BUILD_TEST}) 27 # mpi decoder unit test 30 # mpi decoder multi-thread input / output unit test 33 # mpi decoder no-thread input / output unit test 36 # mpi encoder unit test 39 # mpi encoder multi-thread input / output unit test 42 # new mpi rc unit test 45 # new dec multi unit test [all …]
|
| H A D | README.md | 3 ## There are some unit test for testing mpp functions in this catalog.
|
| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | CMakeLists.txt | 3 # kmpp/base built-in unit test case 5 # macro for adding osal sub-module unit test 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST}) 22 # kmpp object unit test 25 # kmpp frame unit test 28 # kmpp buffer unit test 31 # kmpp meta unit test
|
| /rockchip-linux_mpp/kmpp/test/ |
| H A D | CMakeLists.txt | 3 # kmpp/base built-in unit test case 5 # macro for adding osal sub-module unit test 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST}) 22 # kmpp venc unit test 25 # kmpp vdec unit test
|
| /rockchip-linux_mpp/mpp/codec/rc/test/ |
| H A D | CMakeLists.txt | 3 # rate control built-in unit test case 8 # macro for adding osal sub-module unit test 13 option(${test_tag} "Build rc ${module} unit test" ${BUILD_TEST}) 22 # mpp rc unit test
|
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/rga built-in unit test case 5 # rga unit test 6 option(RGA_TEST "Build base rga unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/iep built-in unit test case 5 # iep unit test 6 option(IEP_TEST "Build base iep unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/iep2/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/iep2 built-in unit test case 5 # iep2 unit test 6 option(IEP2_TEST "Build base iep2 unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/vdpp built-in unit test case 5 # vdpp unit test 6 option(VDPP_TEST "Build base vdpp unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 2667 Av1ObuUnit *unit; in mpp_insert_unit_data() local 2679 unit = &frag->units[position]; in mpp_insert_unit_data() 2680 unit->type = type; in mpp_insert_unit_data() 2681 unit->data = data; in mpp_insert_unit_data() 2682 unit->data_size = data_size; in mpp_insert_unit_data() 2788 static RK_S32 mpp_av1_ref_tile_data(Av1ObuUnit *unit, in mpp_av1_ref_tile_data() argument 2795 if (pos >= (RK_S32)(8 * unit->data_size)) { in mpp_av1_ref_tile_data() 2804 td->data = unit->data + pos / 8; in mpp_av1_ref_tile_data() 2805 td->data_size = unit->data_size - pos / 8; in mpp_av1_ref_tile_data() 2810 static MPP_RET mpp_av1_alloc_unit_content(Av1ObuUnit *unit) in mpp_av1_alloc_unit_content() argument [all …]
|
| H A D | av1d_parser.c | 972 Av1ObuUnit *unit = &s->current_obu.units[i]; in av1d_parser_frame() local 973 AV1RawOBU *obu = unit->content; in av1d_parser_frame() 981 switch (unit->type) { in av1d_parser_frame() 1013 if (unit->type == AV1_OBU_FRAME) in av1d_parser_frame() 1053 if (unit->type != AV1_OBU_FRAME) in av1d_parser_frame() 1063 if (unit->type == AV1_OBU_FRAME) in av1d_parser_frame() 1080 unit->type, unit->data_size); in av1d_parser_frame()
|
| H A D | av1d_parser.h | 189 void mpp_av1_free_metadata(void *unit, RK_U8 *content);
|
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | CMakeLists.txt | 19 # unit test
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | CMakeLists.txt | 36 # unit test
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 123 * [test]: add README.md for mpi unit test 240 * osal: build: test: do not install unit test 242 * mpp: test: build: rename the mpp library name in unit test
|
| /rockchip-linux_mpp/osal/ |
| H A D | CMakeLists.txt | 86 # unit test
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 155 | |----- test mpp internal video protocol unit test and demo 157 |----- test mpp buffer/packet component unit test and 182 | |----- test OASL unit test
|
| H A D | CHANGELOG.md | 45 - [vproc]: Fix unit tests cannot be disabled 677 - [mpp_dmabuf]: Add dmabuf ioctl unit test
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 70 * `armeabi-v7a with NEON` - same as armeabi-v7a, but sets NEON as floating-point unit; 71 * `armeabi-v7a with VFPV3` - same as armeabi-v7a, but sets VFPv3_D32 as floating-point unit;
|
| H A D | android.toolchain.cmake | 69 # sets NEON as floating-point unit 71 # sets VFPV3 as floating-point unit (has 32 registers instead of 16) 1703 # NEON : TRUE if NEON unit is enabled
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 603 …stride|S32|RK_S32|Indicates the number of lines between input image components, and the unit is 1.| 1008 MPP provides some tool programs for unit testing, which can test the hardware and software platform…
|