Home
last modified time | relevance | path

Searched refs:MppBufferInfo (Results 1 – 17 of 17) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h26 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 Dallocator_std.c42 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 Dallocator_ext_dma.c43 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 Dallocator_drm.c210 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 Dallocator_dma_heap.c236 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 Dallocator_ion.c344 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 Dmpp_allocator.c45 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 Dmpp_allocator_api.h11 typedef MPP_RET (*OsAllocatorFunc)(void *ctx, MppBufferInfo *info);
/rockchip-linux_mpp/inc/
H A Dmpp_buffer.h181 } 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 Dmpp_buffer_impl.h85 MppBufferInfo info;
193 …reate(const char *tag, const char *caller, MppBufferGroupImpl *group, MppBufferInfo *info, MppBuff…
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer.c15 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 Dmpp_buffer_impl.c62 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 Dvpu_mem_legacy.c39 MppBufferInfo info; in commit_memory_handle()
43 memset(&info, 0, sizeof(MppBufferInfo)); in commit_memory_handle()
H A Dvpu_api_legacy.cpp726 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 Dcamera_source.c275 MppBufferInfo info; in camera_source_init()
276 memset(&info, 0, sizeof(MppBufferInfo)); in camera_source_init()
H A Dmpi_dec_utils.c874 MppBufferInfo commit; in dec_buf_mgr_setup()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_buffer_test.c40 MppBufferInfo commit; in main()