| /rockchip-linux_mpp/inc/ |
| H A D | mpp_buffer.h | 219 #define mpp_buffer_import(buffer, info) \ argument 222 #define mpp_buffer_get(group, buffer, size) \ argument 225 #define mpp_buffer_put(buffer) \ argument 228 #define mpp_buffer_inc_ref(buffer) \ argument 231 #define mpp_buffer_info_get(buffer, info) \ argument 234 #define mpp_buffer_read(buffer, offset, data, size) \ argument 237 #define mpp_buffer_write(buffer, offset, data, size) \ argument 240 #define mpp_buffer_get_ptr(buffer) \ argument 243 #define mpp_buffer_get_fd(buffer) \ argument 246 #define mpp_buffer_get_size(buffer) \ argument [all …]
|
| /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() 52 MPP_RET mpp_buffer_get_with_tag(MppBufferGroup group, MppBuffer *buffer, size_t size, in mpp_buffer_get_with_tag() 88 MPP_RET mpp_buffer_put_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_put_with_caller() 98 MPP_RET mpp_buffer_inc_ref_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_inc_ref_with_caller() 108 MPP_RET mpp_buffer_discard_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_discard_with_caller() 118 MPP_RET mpp_buffer_read_with_caller(MppBuffer buffer, size_t offset, void *data, size_t size, const… in mpp_buffer_read_with_caller() 141 MPP_RET mpp_buffer_write_with_caller(MppBuffer buffer, size_t offset, void *data, size_t size, cons… in mpp_buffer_write_with_caller() 166 void *mpp_buffer_get_ptr_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_get_ptr_with_caller() 184 int mpp_buffer_get_fd_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_get_fd_with_caller() 200 size_t mpp_buffer_get_size_with_caller(MppBuffer buffer, const char *caller) in mpp_buffer_get_size_with_caller() [all …]
|
| H A D | mpp_buffer_impl.c | 226 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() 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() 534 MPP_RET mpp_buffer_mmap(MppBufferImpl *buffer, const char* caller) in mpp_buffer_mmap() 549 MPP_RET mpp_buffer_ref_inc(MppBufferImpl *buffer, const char* caller) in mpp_buffer_ref_inc() 560 MPP_RET mpp_buffer_ref_dec(MppBufferImpl *buffer, const char* caller) in mpp_buffer_ref_dec() 617 MPP_RET mpp_buffer_discard(MppBufferImpl *buffer, const char* caller) in mpp_buffer_discard() 645 MppBufferImpl *buffer = NULL; in mpp_buffer_get_unused() local [all …]
|
| H A D | mpp_task.c | 58 MPP_RET mpp_task_meta_set_buffer(MppTask task, MppMetaKey key, MppBuffer buffer) in mpp_task_meta_set_buffer() 127 MPP_RET mpp_task_meta_get_buffer(MppTask task, MppMetaKey key, MppBuffer *buffer) in mpp_task_meta_get_buffer()
|
| H A D | mpp_packet.c | 97 MPP_RET mpp_packet_init_with_buffer(MppPacket *packet, MppBuffer buffer) in mpp_packet_init_with_buffer() 318 void mpp_packet_set_buffer(MppPacket packet, MppBuffer buffer) in mpp_packet_set_buffer()
|
| H A D | mpp_frame.c | 130 void mpp_frame_set_buffer(MppFrame frame, MppBuffer buffer) in mpp_frame_set_buffer()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_mem_legacy.c | 60 MppBuffer buffer = NULL; in get_free_memory_vpumem() local 85 MppBuffer buffer = (MppBuffer)dmabuf->offset; in inc_used_memory_handle_ref() local 227 MppBuffer buffer = NULL; in VPUMallocLinear() local 271 MppBuffer buffer = (MppBuffer)src->offset; in VPUMemDuplicate() local 307 MppBuffer buffer = (MppBuffer)p->offset; in VPUMemGetFD() local
|
| H A D | vpu_api_legacy.cpp | 1285 size_t buffer = MPP_ALIGN(length, SZ_4K); in encode() local 1410 MppBuffer buffer = NULL; in encoder_sendframe() local 1441 MppBuffer buffer = NULL; in encoder_sendframe() local
|
| /rockchip-linux_mpp/mpp/hal/vpu/mpg4d/ |
| H A D | hal_m4vd_com.c | 42 void vpu_mpg4d_get_buffer_by_index(hal_mpg4_ctx *ctx, RK_S32 index, MppBuffer *buffer) in vpu_mpg4d_get_buffer_by_index()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vpx_rac.h | 42 const uint8_t *buffer; member
|
| H A D | vp9d_codec.h | 33 RK_U8 *buffer; member
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_bitwrite.h | 27 RK_U8 *buffer; /* point to first byte of stream */ member
|
| H A D | mpp_meta_impl.h | 34 MppBuffer buffer; member
|
| H A D | mpp_packet_impl.h | 73 MppBuffer buffer; member
|
| H A D | mpp_frame_impl.h | 158 MppBuffer buffer; member
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp.c | 597 MppBuffer buffer; in mpp_get_frame() local 676 MppBuffer buffer; in mpp_decode() local 700 MppBuffer buffer; in mpp_decode() local
|
| /rockchip-linux_mpp/mpp/hal/rkenc/common/ |
| H A D | vepu511_common.c | 48 KmppBuffer buffer = NULL; in vepu511_set_osd() local
|
| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | kmpp_meta_test.c | 26 KmppShmPtr buffer; in meta_test() local
|
| /rockchip-linux_mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_api.c | 31 MppBuffer *buffer) in vpu_h263d_get_buffer_by_index()
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_meta_test.c | 59 MppBuffer buffer; in meta_get() local
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 389 MppBuffer buffer = NULL; in mpp_dec_reset_no_thread() local
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_frame_impl.h | 64 KmppShmPtr buffer; member
|
| H A D | kmpp_packet_impl.h | 55 KmppShmPtr buffer; member
|
| /rockchip-linux_mpp/utils/ |
| H A D | camera_source.c | 41 MppBuffer buffer; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_codec.h | 51 RK_U8 *buffer; member
|