Searched refs:MppBufferType (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_runtime.cpp | 73 RK_U32 get_allocator_valid(MppBufferType type); 76 RK_U32 MppRuntimeService::get_allocator_valid(MppBufferType type) in get_allocator_valid() 78 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in get_allocator_valid() 178 RK_U32 mpp_rt_allcator_is_valid(MppBufferType type) in mpp_rt_allcator_is_valid()
|
| H A D | mpp_allocator.cpp | 122 MppAllocatorApi **api, MppBufferType type) in mpp_allocator_get() 124 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in mpp_allocator_get() 191 MppBufferType get_real_allocator_type(const MppAllocator allocator) in get_real_allocator_type() 194 MppBufferType type = allocator ? p->os_api.type : MPP_BUFFER_TYPE_BUTT; in get_real_allocator_type()
|
| H A D | os_allocator.h | 25 MppBufferType type; 41 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type);
|
| H A D | mpp_allocator_impl.h | 25 MppBufferType type;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 92 MppBufferType type; 123 MppBufferType type; 201 …ferGroupImpl **group, const char *tag, const char *caller, MppBufferMode mode, MppBufferType type); 209 MppBufferGroupImpl *mpp_buffer_get_misc_group(MppBufferMode mode, MppBufferType type);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_buffer.h | 131 } MppBufferType; typedef 182 MppBufferType type; 305 MPP_RET mpp_buffer_group_get(MppBufferGroup *group, MppBufferType type, MppBufferMode mode, 312 MppBufferType mpp_buffer_group_type(MppBufferGroup group);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_buffer.h | 131 } MppBufferType; typedef 182 MppBufferType type; 305 MPP_RET mpp_buffer_group_get(MppBufferGroup *group, MppBufferType type, MppBufferMode mode, 312 MppBufferType mpp_buffer_group_type(MppBufferGroup group);
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_allocator.h | 47 MppAllocatorApi **api, MppBufferType type); 49 MppBufferType get_real_allocator_type(const MppAllocator allocator);
|
| H A D | mpp_runtime.h | 30 RK_U32 mpp_rt_allcator_is_valid(MppBufferType type);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buffer_impl.cpp | 87 MppBufferMode mode, MppBufferType type, 89 RK_U32 get_misc(MppBufferMode mode, MppBufferType type); 615 MppBufferMode mode, MppBufferType type) in mpp_buffer_group_init() 729 MppBufferGroupImpl *mpp_buffer_get_misc_group(MppBufferMode mode, MppBufferType type) in mpp_buffer_get_misc_group() 734 type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in mpp_buffer_get_misc_group() 870 MppBufferMode mode, MppBufferType type, in get_group() 873 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in get_group() 969 RK_U32 MppBufferService::get_misc(MppBufferMode mode, MppBufferType type) in get_misc() 971 type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in get_misc() 1044 MppBufferType type = group->type; in destroy_group()
|
| H A D | mpp_buffer.cpp | 278 MPP_RET mpp_buffer_group_get(MppBufferGroup *group, MppBufferType type, MppBufferMode mode, in mpp_buffer_group_get() 355 MppBufferType mpp_buffer_group_type(MppBufferGroup group) in mpp_buffer_group_type()
|
| /OK3568_Linux_fs/external/mpp/osal/windows/ |
| H A D | os_allocator.c | 25 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type) in os_allocator_get()
|
| /OK3568_Linux_fs/external/mpp/osal/android/ |
| H A D | os_allocator.c | 25 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type) in os_allocator_get()
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | os_allocator.c | 32 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type) in os_allocator_get()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 735 info.type = (MppBufferType)type; // MPP_BUFFER_TYPE_EXT_DMA in ImportBuffer()
|