Searched refs:MppAllocFlagType (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_allocator.h | 18 } MppAllocFlagType; typedef 39 MppBufferType type, MppAllocFlagType flag); 41 MppAllocFlagType mpp_allocator_get_flags(const MppAllocator allocator);
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_ext_dma.c | 17 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 D | allocator_std.c | 16 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 D | allocator_drm.c | 158 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 D | allocator_dma_heap.c | 199 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 D | allocator_ion.c | 265 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 D | mpp_allocator_api.h | 17 MPP_RET (*open)(void **ctx, size_t alignment, MppAllocFlagType flags); 27 MppAllocFlagType (*flags)(void *ctx);
|
| H A D | mpp_allocator.c | 38 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 D | mpp_buffer_impl.h | 117 MppAllocFlagType flags;
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buffer_impl.c | 1139 p->flags = (MppAllocFlagType)flag; in service_get_group()
|