Home
last modified time | relevance | path

Searched refs:import (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_allocator_api.h22 OsAllocatorFunc import; member
H A Dmpp_allocator.c67 func = p->os_api.import; in mpp_allocator_api_wrapper()
119 .import = mpp_allocator_import,
/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h28 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data); member
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_std.c113 .import = allocator_std_import,
H A Dallocator_ext_dma.c147 .import = allocator_ext_dma_import,
H A Dallocator_drm.c372 .import = os_allocator_drm_import,
H A Dallocator_dma_heap.c363 .import = os_allocator_dma_heap_import,
H A Dallocator_ion.c488 .import = allocator_ion_import,
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt54 | import |
/rockchip-linux_mpp/
H A Dreadme.txt374 In this mode use need to create empty MppBufferGroup and import memory from
H A DCHANGELOG.md197 - [mpp_trie]: Allow empty name trie for import
274 - [mpp_trie]: Replace root import
289 - [mpp_trie]: Add functions for import / export
/rockchip-linux_mpp/LICENSES/
H A DApache-2.087 sell, import, and otherwise transfer the Work, where such license
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c459 (group->alloc_api->alloc) : (group->alloc_api->import); in mpp_buffer_create()