Searched refs:mpp_buffer_group_limit_config (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_buffer.h | 318 MPP_RET mpp_buffer_group_limit_config(MppBufferGroup group, size_t size, RK_S32 count);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_buffer.h | 318 MPP_RET mpp_buffer_group_limit_config(MppBufferGroup group, size_t size, RK_S32 count);
|
| /OK3568_Linux_fs/external/mpp/ |
| H A D | readme.txt | 358 User can use mpp_buffer_group_limit_config to limit decoder memory usage. 364 3. Can limit the memory usage by mpp_buffer_group_limit_config
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_buffer_test.c | 214 mpp_buffer_group_limit_config(group, 0, count); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_decoder.cpp | 222 ret = mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24); in Decode()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_mem_legacy.c | 177 mpp_buffer_group_limit_config(p_mempool->group, 0, num + 4); in create_vpu_memory_pool_allocator()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buffer.cpp | 366 MPP_RET mpp_buffer_group_limit_config(MppBufferGroup group, size_t size, RK_S32 count) in mpp_buffer_group_limit_config() function
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_dec_mt_test.c | 179 ret = mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24); in thread_output()
|
| H A D | mpi_dec_nt_test.c | 208 ret = mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24); in dec_loop()
|
| H A D | mpi_dec_multi_test.c | 183 ret = mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24); in multi_dec_simple()
|
| H A D | mpi_dec_test.c | 231 ret = mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24); in dec_simple()
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp.cpp | 160 mpp_buffer_group_limit_config(mPacketGroup, 0, 3); in init()
|