Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 45) sorted by relevance

12

/rockchip-linux_mpp/inc/
H A Dmpp_buffer.h219 #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 Dmpp_buffer.c15 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 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()
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 Dmpp_task.c58 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 Dmpp_packet.c97 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 Dmpp_frame.c130 void mpp_frame_set_buffer(MppFrame frame, MppBuffer buffer) in mpp_frame_set_buffer()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_mem_legacy.c60 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 Dvpu_api_legacy.cpp1285 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 Dhal_m4vd_com.c42 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 Dvpx_rac.h42 const uint8_t *buffer; member
H A Dvp9d_codec.h33 RK_U8 *buffer; member
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitwrite.h27 RK_U8 *buffer; /* point to first byte of stream */ member
H A Dmpp_meta_impl.h34 MppBuffer buffer; member
H A Dmpp_packet_impl.h73 MppBuffer buffer; member
H A Dmpp_frame_impl.h158 MppBuffer buffer; member
/rockchip-linux_mpp/mpp/
H A Dmpp.c597 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 Dvepu511_common.c48 KmppBuffer buffer = NULL; in vepu511_set_osd() local
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_meta_test.c26 KmppShmPtr buffer; in meta_test() local
/rockchip-linux_mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_api.c31 MppBuffer *buffer) in vpu_h263d_get_buffer_by_index()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_meta_test.c59 MppBuffer buffer; in meta_get() local
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c389 MppBuffer buffer = NULL; in mpp_dec_reset_no_thread() local
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_frame_impl.h64 KmppShmPtr buffer; member
H A Dkmpp_packet_impl.h55 KmppShmPtr buffer; member
/rockchip-linux_mpp/utils/
H A Dcamera_source.c41 MppBuffer buffer; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h51 RK_U8 *buffer; member

12