Searched refs:alloc (Results 1 – 10 of 10) sorted by relevance
20 OsAllocatorFunc alloc; member
61 func = p->os_api.alloc; in mpp_allocator_api_wrapper()117 .alloc = mpp_allocator_alloc,
26 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); member
111 .alloc = allocator_std_alloc,
145 .alloc = allocator_ext_dma_alloc,
370 .alloc = os_allocator_drm_alloc,
361 .alloc = os_allocator_dma_heap_alloc,
486 .alloc = allocator_ion_alloc,
136 ret = api->alloc(allocator, &commit); in main()
459 (group->alloc_api->alloc) : (group->alloc_api->import); in mpp_buffer_create()