Home
last modified time | relevance | path

Searched refs:MppMeta (Results 1 – 25 of 50) sorted by relevance

12

/rockchip-linux_mpp/inc/
H A Dmpp_meta.h174 MPP_RET mpp_meta_get_with_tag(MppMeta *meta, const char *tag, const char *caller);
175 MPP_RET mpp_meta_put(MppMeta meta);
176 RK_S32 mpp_meta_size(MppMeta meta);
177 MppMeta mpp_meta_dup(MppMeta meta);
179 MPP_RET mpp_meta_set_s32(MppMeta meta, MppMetaKey key, RK_S32 val);
180 MPP_RET mpp_meta_set_s64(MppMeta meta, MppMetaKey key, RK_S64 val);
181 MPP_RET mpp_meta_set_ptr(MppMeta meta, MppMetaKey key, void *val);
182 MPP_RET mpp_meta_get_s32(MppMeta meta, MppMetaKey key, RK_S32 *val);
183 MPP_RET mpp_meta_get_s64(MppMeta meta, MppMetaKey key, RK_S64 *val);
184 MPP_RET mpp_meta_get_ptr(MppMeta meta, MppMetaKey key, void **val);
[all …]
H A Drk_type.h183 typedef void* MppMeta; typedef
H A Dmpp_packet.h72 MppMeta mpp_packet_get_meta(const MppPacket packet);
H A Dmpp_frame.h444 MppMeta mpp_frame_get_meta(const MppFrame frame);
445 void mpp_frame_set_meta(MppFrame frame, MppMeta meta);
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_meta_impl.h57 RK_S32 mpp_meta_size(MppMeta meta);
58 MPP_RET mpp_meta_dump(MppMeta meta);
59 MPP_RET mpp_meta_inc_ref(MppMeta meta);
61 RK_S32 mpp_meta_s32_read(MppMeta meta, RK_S32 index, RK_S32 *val);
H A Dmpp_task_impl.h72 MppMeta meta;
123 MppMeta mpp_task_get_meta(MppTask task);
H A Dmpp_packet_impl.h74 MppMeta meta;
H A Dmpp_frame_impl.h165 MppMeta meta;
/rockchip-linux_mpp/mpp/base/
H A Dmpp_meta.c345 MPP_RET mpp_meta_get_with_tag(MppMeta *meta, const char *tag, const char *caller) in mpp_meta_get_with_tag()
359 *meta = (MppMeta) impl; in mpp_meta_get_with_tag()
363 MPP_RET mpp_meta_put(MppMeta meta) in mpp_meta_put()
376 MPP_RET mpp_meta_inc_ref(MppMeta meta) in mpp_meta_inc_ref()
389 RK_S32 mpp_meta_size(MppMeta meta) in mpp_meta_size()
526 MppMeta mpp_meta_dup(MppMeta meta) in mpp_meta_dup()
552 MPP_RET mpp_meta_dump(MppMeta meta) in mpp_meta_dump()
611 MPP_RET mpp_meta_set_##func_type(MppMeta meta, MppMetaKey key, arg_type val) \
636 MPP_RET mpp_meta_get_##func_type(MppMeta meta, MppMetaKey key, arg_type *val) \
662 … MPP_RET mpp_meta_get_##func_type##_d(MppMeta meta, MppMetaKey key, arg_type *val, arg_type def) \
[all …]
H A Dmpp_frame.c158 MppMeta mpp_frame_get_meta(MppFrame frame) in mpp_frame_get_meta()
171 void mpp_frame_set_meta(MppFrame frame, MppMeta meta) in mpp_frame_set_meta()
H A Dmpp_task_impl.c498 MppMeta meta = p->tasks[i].meta; in mpp_task_queue_deinit()
541 MppMeta mpp_task_get_meta(MppTask task) in mpp_task_get_meta()
543 MppMeta meta = NULL; in mpp_task_get_meta()
H A Dmpp_dec_hdr_meta.c43 MppMeta meta = NULL; in fill_hdr_meta_to_frame()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_meta_test.c17 static MPP_RET meta_set(MppMeta meta) in meta_set()
55 static MPP_RET meta_get(MppMeta meta) in meta_get()
109 MppMeta meta = NULL; in meta_test()
139 MppMeta meta = NULL; in main()
/rockchip-linux_mpp/utils/
H A Dmpp_enc_roi_utils.h43 MPP_RET mpp_enc_roi_setup_meta(MppEncRoiCtx ctx, MppMeta meta);
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_mlvec.h85 MPP_RET vpu_api_mlvec_set_dy_cfg(VpuApiMlvec ctx, VpuApiMlvecDynamicCfg *cfg, MppMeta meta);
H A Dvpu_api_legacy.cpp646 MppMeta meta = NULL; in setup_video_frame_meta()
663 MppMeta meta = NULL; in setup_video_frame_meta()
1280 MppMeta meta = mpp_packet_get_meta(packet); in encode()
1460 MppMeta meta = mpp_frame_get_meta(frame); in encoder_sendframe()
1495 MppMeta meta = mpp_packet_get_meta(packet); in encoder_getstream()
H A Dvpu_api_mlvec.cpp172 MPP_RET vpu_api_mlvec_set_dy_cfg(VpuApiMlvec ctx, VpuApiMlvecDynamicCfg *cfg, MppMeta meta) in vpu_api_mlvec_set_dy_cfg()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c232 MppMeta meta = mpp_frame_get_meta(task->frame); in h265e_start()
340 MppMeta meta = mpp_packet_get_meta(packet); in h265e_proc_hal()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c304 MppMeta meta = mpp_frame_get_meta(frame); in put_frame()
416 MppMeta meta = mpp_packet_get_meta(pkt); in get_packet()
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_meta_test.c22 MppMeta meta[LOOP_MAX]; in meta_test()
/rockchip-linux_mpp/test/
H A Dmpi_dec_test.c187 MppMeta meta = mpp_frame_get_meta(frame); in dec_simple()
277 MppMeta meta = NULL; in dec_advanced()
H A Dmpi_dec_mt_test.c188 MppMeta meta = mpp_frame_get_meta(frame); in thread_output()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c359 MppMeta meta = mpp_frame_get_meta(task->frame); in h264e_start()
529 MppMeta meta = mpp_packet_get_meta(packet); in h264e_proc_hal()
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu382_com.c232 MppMeta meta = mpp_frame_get_meta(frame); in vdpu382_setup_down_scale()
H A Dvdpu383_com.c246 MppMeta meta = mpp_frame_get_meta(frame); in vdpu383_setup_down_scale()

12