Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h18 } MppAllocFlagType; typedef
39 MppBufferType type, MppAllocFlagType flag);
41 MppAllocFlagType mpp_allocator_get_flags(const MppAllocator allocator);
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_ext_dma.c17 MppAllocFlagType flags;
20 static MPP_RET allocator_ext_dma_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_ext_dma_open()
133 static MppAllocFlagType os_allocator_ext_dma_flags(void *ctx) in os_allocator_ext_dma_flags()
137 return p ? (MppAllocFlagType)p->flags : MPP_ALLOC_FLAG_NONE; in os_allocator_ext_dma_flags()
H A Dallocator_std.c16 MppAllocFlagType flags;
20 static MPP_RET allocator_std_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_std_open()
100 static MppAllocFlagType os_allocator_std_flags(void *ctx) in os_allocator_std_flags()
H A Dallocator_drm.c158 static MPP_RET os_allocator_drm_open(void **ctx, size_t alignment, MppAllocFlagType flags) in os_allocator_drm_open()
358 static MppAllocFlagType os_allocator_drm_flags(void *ctx) in os_allocator_drm_flags()
362 return p ? (MppAllocFlagType)p->flags : MPP_ALLOC_FLAG_NONE; in os_allocator_drm_flags()
H A Dallocator_dma_heap.c199 static MPP_RET os_allocator_dma_heap_open(void **ctx, size_t alignment, MppAllocFlagType flags) in os_allocator_dma_heap_open()
349 static MppAllocFlagType os_allocator_dma_heap_flags(void *ctx) in os_allocator_dma_heap_flags()
353 return p ? (MppAllocFlagType)p->flags : MPP_ALLOC_FLAG_NONE; in os_allocator_dma_heap_flags()
H A Dallocator_ion.c265 MppAllocFlagType flags;
273 static MPP_RET allocator_ion_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_ion_open()
474 static MppAllocFlagType os_allocator_ion_flags(void *ctx) in os_allocator_ion_flags()
/rockchip-linux_mpp/osal/
H A Dmpp_allocator_api.h17 MPP_RET (*open)(void **ctx, size_t alignment, MppAllocFlagType flags);
27 MppAllocFlagType (*flags)(void *ctx);
H A Dmpp_allocator.c38 MppAllocFlagType flags;
125 MppBufferType type, MppAllocFlagType flags) in mpp_allocator_get()
226 MppAllocFlagType mpp_allocator_get_flags(const MppAllocator allocator) in mpp_allocator_get_flags()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h117 MppAllocFlagType flags;
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c1139 p->flags = (MppAllocFlagType)flag; in service_get_group()