Home
last modified time | relevance | path

Searched refs:MppBufferType (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_runtime.cpp73 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 Dmpp_allocator.cpp122 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 Dos_allocator.h25 MppBufferType type;
41 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type);
H A Dmpp_allocator_impl.h25 MppBufferType type;
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h92 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 Dmpp_buffer.h131 } 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 Dmpp_buffer.h131 } 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 Dmpp_allocator.h47 MppAllocatorApi **api, MppBufferType type);
49 MppBufferType get_real_allocator_type(const MppAllocator allocator);
H A Dmpp_runtime.h30 RK_U32 mpp_rt_allcator_is_valid(MppBufferType type);
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp87 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 Dmpp_buffer.cpp278 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 Dos_allocator.c25 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type) in os_allocator_get()
/OK3568_Linux_fs/external/mpp/osal/android/
H A Dos_allocator.c25 MPP_RET os_allocator_get(os_allocator *api, MppBufferType type) in os_allocator_get()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Dos_allocator.c32 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 Dmpp_encoder.cpp735 info.type = (MppBufferType)type; // MPP_BUFFER_TYPE_EXT_DMA in ImportBuffer()