Home
last modified time | relevance | path

Searched refs:MppAllocator (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_allocator.h23 typedef void *MppAllocator; typedef
35 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data);
36 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data);
37 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data);
38 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data);
39 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data);
46 MPP_RET mpp_allocator_get(MppAllocator *allocator,
48 MPP_RET mpp_allocator_put(MppAllocator *allocator);
49 MppBufferType get_real_allocator_type(const MppAllocator allocator);
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_allocator.cpp41 static MPP_RET mpp_allocator_api_wrapper(MppAllocator allocator, in mpp_allocator_api_wrapper()
85 static MPP_RET mpp_allocator_alloc(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_alloc()
90 static MPP_RET mpp_allocator_free(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_free()
95 static MPP_RET mpp_allocator_import(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_import()
100 static MPP_RET mpp_allocator_release(MppAllocator allocator, in mpp_allocator_release()
106 static MPP_RET mpp_allocator_mmap(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_mmap()
121 MPP_RET mpp_allocator_get(MppAllocator *allocator, in mpp_allocator_get()
170 MPP_RET mpp_allocator_put(MppAllocator *allocator) in mpp_allocator_put()
191 MppBufferType get_real_allocator_type(const MppAllocator allocator) in get_real_allocator_type()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h85 MppAllocator allocator;
117 MppAllocator allocator;
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_buffer_test.c38 MppAllocator allocator = NULL; in main()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp36 typedef MPP_RET (*BufferOp)(MppAllocator allocator, MppBufferInfo *data);
65 MppAllocator mAllocator[MPP_BUFFER_TYPE_BUTT];
68 MppAllocator mAllocatorDmaHeapWithFlag[MPP_BUFFER_SPECIAL_DMA_HEAP_NUM];