| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_allocator.h | 26 MPP_RET (*alloc)(MppAllocator allocator, MppBufferInfo *data); 27 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); 28 MPP_RET (*import)(MppAllocator allocator, MppBufferInfo *data); 29 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data); 30 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data);
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_std.c | 42 static MPP_RET allocator_std_alloc(void *ctx, MppBufferInfo *info) in allocator_std_alloc() 55 static MPP_RET allocator_std_free(void *ctx, MppBufferInfo *info) in allocator_std_free() 63 static MPP_RET allocator_std_import(void *ctx, MppBufferInfo *info) in allocator_std_import() 74 static MPP_RET allocator_std_release(void *ctx, MppBufferInfo *info) in allocator_std_release() 86 static MPP_RET allocator_std_mmap(void *ctx, MppBufferInfo *info) in allocator_std_mmap()
|
| H A D | allocator_ext_dma.c | 43 static MPP_RET allocator_ext_dma_alloc(void *ctx, MppBufferInfo *info) in allocator_ext_dma_alloc() 53 static MPP_RET allocator_ext_dma_free(void *ctx, MppBufferInfo *info) in allocator_ext_dma_free() 63 static MPP_RET allocator_ext_dma_import(void *ctx, MppBufferInfo *info) in allocator_ext_dma_import() 77 static MPP_RET allocator_ext_dma_mmap(void *ctx, MppBufferInfo *info) in allocator_ext_dma_mmap() 106 static MPP_RET allocator_ext_dma_release(void *ctx, MppBufferInfo *info) in allocator_ext_dma_release()
|
| H A D | allocator_drm.c | 210 static MPP_RET os_allocator_drm_alloc(void *ctx, MppBufferInfo *info) in os_allocator_drm_alloc() 251 static MPP_RET os_allocator_drm_import(void *ctx, MppBufferInfo *data) in os_allocator_drm_import() 274 static MPP_RET os_allocator_drm_free(void *ctx, MppBufferInfo *data) in os_allocator_drm_free() 324 static MPP_RET os_allocator_drm_mmap(void *ctx, MppBufferInfo *data) in os_allocator_drm_mmap()
|
| H A D | allocator_dma_heap.c | 236 static MPP_RET os_allocator_dma_heap_alloc(void *ctx, MppBufferInfo *info) in os_allocator_dma_heap_alloc() 261 static MPP_RET os_allocator_dma_heap_import(void *ctx, MppBufferInfo *data) in os_allocator_dma_heap_import() 279 static MPP_RET os_allocator_dma_heap_free(void *ctx, MppBufferInfo *data) in os_allocator_dma_heap_free() 315 static MPP_RET os_allocator_dma_heap_mmap(void *ctx, MppBufferInfo *data) in os_allocator_dma_heap_mmap()
|
| H A D | allocator_ion.c | 344 static MPP_RET allocator_ion_alloc(void *ctx, MppBufferInfo *info) in allocator_ion_alloc() 377 static MPP_RET allocator_ion_import(void *ctx, MppBufferInfo *data) in allocator_ion_import() 401 static MPP_RET allocator_ion_mmap(void *ctx, MppBufferInfo *data) in allocator_ion_mmap() 420 static MPP_RET allocator_ion_free(void *ctx, MppBufferInfo *data) in allocator_ion_free()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_allocator.c | 45 MppBufferInfo *info, in mpp_allocator_api_wrapper() 88 static MPP_RET mpp_allocator_alloc(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_alloc() 93 static MPP_RET mpp_allocator_free(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_free() 98 static MPP_RET mpp_allocator_import(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_import() 104 MppBufferInfo *info) in mpp_allocator_release() 109 static MPP_RET mpp_allocator_mmap(MppAllocator allocator, MppBufferInfo *info) in mpp_allocator_mmap()
|
| H A D | mpp_allocator_api.h | 11 typedef MPP_RET (*OsAllocatorFunc)(void *ctx, MppBufferInfo *info);
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_buffer.h | 181 } MppBufferInfo; typedef 301 MPP_RET mpp_buffer_import_with_tag(MppBufferGroup group, MppBufferInfo *info, MppBuffer *buffer, 309 MPP_RET mpp_buffer_info_get_with_caller(MppBuffer buffer, MppBufferInfo *info, const char *caller);
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 85 MppBufferInfo info; 193 …reate(const char *tag, const char *caller, MppBufferGroupImpl *group, MppBufferInfo *info, MppBuff…
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buffer.c | 15 MPP_RET mpp_buffer_import_with_tag(MppBufferGroup group, MppBufferInfo *info, MppBuffer *buffer, in mpp_buffer_import_with_tag() 72 MppBufferInfo info = { in mpp_buffer_get_with_tag() 261 MPP_RET mpp_buffer_info_get_with_caller(MppBuffer buffer, MppBufferInfo *info, const char *caller) in mpp_buffer_info_get_with_caller()
|
| H A D | mpp_buffer_impl.c | 62 typedef MPP_RET (*BufferOp)(MppAllocator allocator, MppBufferInfo *data); 280 static void clear_buffer_info(MppBufferInfo *info) in clear_buffer_info() 295 MppBufferInfo info; in service_put_buffer() 423 MppBufferGroupImpl *group, MppBufferInfo *info, in mpp_buffer_create()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_mem_legacy.c | 39 MppBufferInfo info; in commit_memory_handle() 43 memset(&info, 0, sizeof(MppBufferInfo)); in commit_memory_handle()
|
| H A D | vpu_api_legacy.cpp | 726 MppBufferInfo inputCommit; in decode() 758 MppBufferInfo outputCommit; in decode() 1133 MppBufferInfo inputCommit; in encode() 1166 MppBufferInfo outputCommit; in encode() 1403 MppBufferInfo inputCommit; in encoder_sendframe()
|
| /rockchip-linux_mpp/utils/ |
| H A D | camera_source.c | 275 MppBufferInfo info; in camera_source_init() 276 memset(&info, 0, sizeof(MppBufferInfo)); in camera_source_init()
|
| H A D | mpi_dec_utils.c | 874 MppBufferInfo commit; in dec_buf_mgr_setup()
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_buffer_test.c | 40 MppBufferInfo commit; in main()
|