Home
last modified time | relevance | path

Searched refs:MppBufferImpl (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer.c43 MppBufferImpl *buf = NULL; in mpp_buffer_import_with_tag()
70 MppBufferImpl *buf = mpp_buffer_get_unused(p, size, caller); in mpp_buffer_get_with_tag()
95 return mpp_buffer_ref_dec((MppBufferImpl*)buffer, caller); in mpp_buffer_put_with_caller()
105 return mpp_buffer_ref_inc((MppBufferImpl*)buffer, caller); in mpp_buffer_inc_ref_with_caller()
115 return mpp_buffer_discard((MppBufferImpl*)buffer, caller); in mpp_buffer_discard_with_caller()
129 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_read_with_caller()
152 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_write_with_caller()
173 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_get_ptr_with_caller()
191 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_get_fd_with_caller()
207 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_get_size_with_caller()
[all …]
H A Dmpp_buffer_impl.c226 static void buf_add_log(MppBufferImpl *buffer, MppBufOps ops, const char* caller) in buf_add_log()
248 static void dump_buffer_info(MppBufferImpl *buffer) in dump_buffer_info()
257 MppBufferImpl *pos, *n; in mpp_buffer_group_dump()
267 list_for_each_entry_safe(pos, n, &group->list_used, MppBufferImpl, list_status) { in mpp_buffer_group_dump()
272 list_for_each_entry_safe(pos, n, &group->list_unused, MppBufferImpl, list_status) { in mpp_buffer_group_dump()
291 MppBufferImpl *buffer, rk_u32 reuse, const char *caller) in service_put_buffer()
387 static MPP_RET inc_buffer_ref(MppBufferImpl *buffer, const char *caller) in inc_buffer_ref()
424 MppBufferImpl **buffer) in mpp_buffer_create()
430 MppBufferImpl *p = NULL; in mpp_buffer_create()
451 p = (MppBufferImpl *)mpp_mem_pool_get(pool_buf, caller); in mpp_buffer_create()
[all …]
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h65 typedef struct MppBufferImpl_t MppBufferImpl; typedef
193 … *tag, const char *caller, MppBufferGroupImpl *group, MppBufferInfo *info, MppBufferImpl **buffer);
194 MPP_RET mpp_buffer_mmap(MppBufferImpl *buffer, const char* caller);
195 MPP_RET mpp_buffer_ref_inc(MppBufferImpl *buffer, const char* caller);
196 MPP_RET mpp_buffer_ref_dec(MppBufferImpl *buffer, const char* caller);
197 MPP_RET mpp_buffer_discard(MppBufferImpl *buffer, const char* caller);
198 MppBufferImpl *mpp_buffer_get_unused(MppBufferGroupImpl *p, size_t size, const char* caller);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c128 MppBufferImpl *buf = (MppBufferImpl *)hal_buf_in; in mpp_dec_decode()
H A Dmpp_dec_normal.c424 MppBufferImpl *buf = (MppBufferImpl *)hal_buf_in; in try_proc_dec_task()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp628 MppBufferImpl *p = (MppBufferImpl*)buf; in setup_VPU_FRAME_from_mpp_frame()