Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 23 of 23) sorted by relevance

/rockchip-linux_mpp/mpp/base/test/
H A DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DREADME.md3 ## There are some unit test for testing mpp functions in this catalog.
/rockchip-linux_mpp/kmpp/base/test/
H A DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 DCMakeLists.txt3 # 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 Dav1d_cbs.c2667 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 Dav1d_parser.c972 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 Dav1d_parser.h189 void mpp_av1_free_metadata(void *unit, RK_U8 *content);
/rockchip-linux_mpp/kmpp/base/
H A DCMakeLists.txt19 # unit test
/rockchip-linux_mpp/mpp/base/
H A DCMakeLists.txt36 # unit test
/rockchip-linux_mpp/debian/
H A Dchangelog123 * [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 DCMakeLists.txt86 # unit test
/rockchip-linux_mpp/
H A Dreadme.txt155 | |----- 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 DCHANGELOG.md45 - [vproc]: Fix unit tests cannot be disabled
677 - [mpp_dmabuf]: Add dmabuf ioctl unit test
/rockchip-linux_mpp/build/android/
H A DREADME.md70 * `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 Dandroid.toolchain.cmake69 # 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 DRockchip_Developer_Guide_MPP_EN.md603 …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…