Searched refs:MppBufferImpl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buffer.cpp | 53 MppBufferImpl *buf = NULL; in mpp_buffer_import_with_tag() 80 MppBufferImpl *buf = mpp_buffer_get_unused(p, size, caller); in mpp_buffer_get_with_tag() 105 return mpp_buffer_ref_dec((MppBufferImpl*)buffer, caller); in mpp_buffer_put_with_caller() 115 return mpp_buffer_ref_inc((MppBufferImpl*)buffer, caller); in mpp_buffer_inc_ref_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() 221 MppBufferImpl *p = (MppBufferImpl*)buffer; in mpp_buffer_get_index_with_caller() [all …]
|
| H A D | mpp_buffer_impl.cpp | 127 static MppMemPool mpp_buffer_pool = mpp_mem_pool_init_f(MODULE_TAG, sizeof(MppBufferImpl)); 215 static void buf_add_log(MppBufferImpl *buffer, MppBufOps ops, const char* caller) in buf_add_log() 237 static MPP_RET put_buffer(MppBufferGroupImpl *group, MppBufferImpl *buffer, in put_buffer() 302 static MPP_RET inc_buffer_ref(MppBufferImpl *buffer, const char *caller) in inc_buffer_ref() 335 static void dump_buffer_info(MppBufferImpl *buffer) in dump_buffer_info() 344 MppBufferImpl **buffer) in mpp_buffer_create() 350 MppBufferImpl *p = NULL; in mpp_buffer_create() 371 p = (MppBufferImpl *)mpp_mem_pool_get_f(caller, mpp_buffer_pool); in mpp_buffer_create() 439 MPP_RET mpp_buffer_mmap(MppBufferImpl *buffer, const char* caller) in mpp_buffer_mmap() 454 MPP_RET mpp_buffer_ref_inc(MppBufferImpl *buffer, const char* caller) in mpp_buffer_ref_inc() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 75 typedef struct MppBufferImpl_t MppBufferImpl; typedef 194 … *tag, const char *caller, MppBufferGroupImpl *group, MppBufferInfo *info, MppBufferImpl **buffer); 195 MPP_RET mpp_buffer_mmap(MppBufferImpl *buffer, const char* caller); 196 MPP_RET mpp_buffer_ref_inc(MppBufferImpl *buffer, const char* caller); 197 MPP_RET mpp_buffer_ref_dec(MppBufferImpl *buffer, const char* caller); 198 MppBufferImpl *mpp_buffer_get_unused(MppBufferGroupImpl *p, size_t size, const char* caller);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.cpp | 124 MppBufferImpl *buf = (MppBufferImpl *)hal_buf_in; in mpp_dec_decode()
|
| H A D | mpp_dec_normal.cpp | 431 MppBufferImpl *buf = (MppBufferImpl *)hal_buf_in; in try_proc_dec_task()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 599 MppBufferImpl *p = (MppBufferImpl*)buf; in setup_VPU_FRAME_from_mpp_frame()
|