Home
last modified time | relevance | path

Searched refs:md_info (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/mpp/hal/inc/
H A Dhal_enc_task.h94 MppBuffer md_info; member
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h101 MppBuffer md_info; member
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c96 MppBuffer md_info; member
865 mpp_meta_set_buffer(meta, KEY_MOTION_INFO, p->md_info); in test_mpp_run()
1169 ret = mpp_buffer_get(p->buf_grp, &p->md_info, p->mdinfo_size); in enc_test()
1263 if (p->md_info) { in enc_test()
1264 mpp_buffer_put(p->md_info); in enc_test()
1265 p->md_info = NULL; in enc_test()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_tune.c126 if (ctx->qpmap_en && (task->md_info != NULL)) in vepu510_h264e_tune_reg_patch()
H A Dhal_h264e_vepu580.c2152 regs->reg_base.meiw_addr = task->md_info ? mpp_buffer_get_fd(task->md_info) : 0; in hal_h264e_vepu580_gen_regs()
2153 regs->reg_base.enc_pic.mei_stor = task->md_info ? 1 : 0; in hal_h264e_vepu580_gen_regs()
H A Dhal_h264e_vepu510.c2196 reg_frm->common.meiw_addr = task->md_info ? mpp_buffer_get_fd(task->md_info) : 0; in hal_h264e_vepu510_gen_regs()
2197 reg_frm->common.enc_pic.mei_stor = task->md_info ? 1 : 0; in hal_h264e_vepu510_gen_regs()
H A Dhal_h264e_vepu541.c1618 regs->reg082.meiw_addr = task->md_info ? mpp_buffer_get_fd(task->md_info) : 0; in hal_h264e_vepu541_gen_regs()
H A Dhal_h264e_vepu540c.c1490 regs->reg_base.meiw_addr = task->md_info ? mpp_buffer_get_fd(task->md_info) : 0; in hal_h264e_vepu540c_gen_regs()
H A Dhal_h264e_vepu511.c1354 reg_frm->common.meiw_addr = task->md_info ? mpp_buffer_get_fd(task->md_info) : 0; in setup_vepu511_io_buf()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c225 if (ctx->qpmap_en && (task->md_info != NULL)) { in vepu510_h265e_tune_reg_patch()
H A Dhal_h265e_vepu580.c2511 if (!enc_task->md_info) in vepu580_h265_set_hw_address()
2512 enc_task->md_info = vepu580_h265_get_md_info_buf(ctx); in vepu580_h265_set_hw_address()
2514 if (enc_task->md_info) { in vepu580_h265_set_hw_address()
2516 regs->reg0171_meiw_addr = mpp_buffer_get_fd(enc_task->md_info); in vepu580_h265_set_hw_address()
2793 cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC && task->md_info && in hal_h265e_v580_gen_regs()
H A Dhal_h265e_vepu540c.c1063 MppBuffer md_info_buf = enc_task->md_info; in vepu540c_h265_set_hw_address()
H A Dhal_h265e_vepu541.c1390 MppBuffer md_info_buf = enc_task->md_info; in vepu54x_h265_set_hw_address()
H A Dhal_h265e_vepu510.c1626 MppBuffer md_info_buf = enc_task->md_info; in vepu510_h265_set_hw_address()
H A Dhal_h265e_vepu511.c1088 MppBuffer md_info_buf = enc_task->md_info; in vepu511_h265_set_hw_address()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2379 mpp_task_meta_get_buffer(enc->task_in, KEY_MOTION_INFO, &enc->md_info); in try_get_enc_task()
2410 hal_task->md_info = enc->md_info; in try_get_enc_task()
2751 if (hal_task->md_info) in set_enc_info_to_packet()
2752 mpp_meta_set_buffer(meta, KEY_MOTION_INFO, hal_task->md_info); in set_enc_info_to_packet()