Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_allocator_api.h20 OsAllocatorFunc alloc; member
H A Dmpp_allocator.c61 func = p->os_api.alloc; in mpp_allocator_api_wrapper()
117 .alloc = mpp_allocator_alloc,
/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h26 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); member
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_std.c111 .alloc = allocator_std_alloc,
H A Dallocator_ext_dma.c145 .alloc = allocator_ext_dma_alloc,
H A Dallocator_drm.c370 .alloc = os_allocator_drm_alloc,
H A Dallocator_dma_heap.c361 .alloc = os_allocator_dma_heap_alloc,
H A Dallocator_ion.c486 .alloc = allocator_ion_alloc,
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_buffer_test.c136 ret = api->alloc(allocator, &commit); in main()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c459 (group->alloc_api->alloc) : (group->alloc_api->import); in mpp_buffer_create()