Searched refs:MppAllocator (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_allocator.h | 23 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 D | mpp_allocator.cpp | 41 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 D | mpp_buffer_impl.h | 85 MppAllocator allocator; 117 MppAllocator allocator;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_buffer_test.c | 38 MppAllocator allocator = NULL; in main()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buffer_impl.cpp | 36 typedef MPP_RET (*BufferOp)(MppAllocator allocator, MppBufferInfo *data); 65 MppAllocator mAllocator[MPP_BUFFER_TYPE_BUTT]; 68 MppAllocator mAllocatorDmaHeapWithFlag[MPP_BUFFER_SPECIAL_DMA_HEAP_NUM];
|