Searched refs:MppAllocator (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_allocator.h | 22 typedef void *MppAllocator; typedef 34 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); 35 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); 36 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data); 37 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data); 38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); 45 MPP_RET mpp_allocator_get(MppAllocator *allocator, 47 MPP_RET mpp_allocator_put(MppAllocator *allocator);
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_allocator.h | 22 typedef void *MppAllocator; typedef 34 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); 35 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); 36 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data); 37 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data); 38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); 45 MPP_RET mpp_allocator_get(MppAllocator *allocator, 47 MPP_RET mpp_allocator_put(MppAllocator *allocator);
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
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);
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_allocator.h | 22 typedef void *MppAllocator; typedef 34 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); 35 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); 36 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data); 37 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data); 38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); 45 MPP_RET mpp_allocator_get(MppAllocator *allocator, MppAllocatorApi **api, MppBufferType type); 46 MPP_RET mpp_allocator_put(MppAllocator *allocator);
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_buffer_impl.h | 86 MppAllocator allocator; 118 MppAllocator allocator;
|
Completed in 2 milliseconds