Home
last modified time | relevance | path

Searched refs:md_info_buf (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/
H A Dmpp.c796 MppBuffer md_info_buf = NULL; in mpp_put_frame() local
807 mpp_meta_get_buffer(meta, KEY_MOTION_INFO, &md_info_buf); in mpp_put_frame()
808 if (md_info_buf) { in mpp_put_frame()
809 ret = mpp_task_meta_set_buffer(mpp->mInputTask, KEY_MOTION_INFO, md_info_buf); in mpp_put_frame()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c218 MppBuffer md_info_buf; /* md info buffer for deblurring */ member
1478 if (ctx->md_info_buf) { in hal_h265e_v580_deinit()
1479 mpp_buffer_put(ctx->md_info_buf); in hal_h265e_v580_deinit()
1480 ctx->md_info_buf = NULL; in hal_h265e_v580_deinit()
2424 if (ctx->md_info_buf) { in vepu580_h265_get_md_info_buf()
2425 mpp_buffer_put(ctx->md_info_buf); in vepu580_h265_get_md_info_buf()
2426 ctx->md_info_buf = NULL; in vepu580_h265_get_md_info_buf()
2432 mpp_buffer_get(ctx->qpmap_grp, &ctx->md_info_buf, buf_size); in vepu580_h265_get_md_info_buf()
2433 if (!ctx->md_info_buf) in vepu580_h265_get_md_info_buf()
2437 ctx->md_info_buf, buf_size, ctx->md_info_buf_size); in vepu580_h265_get_md_info_buf()
[all …]
H A Dhal_h265e_vepu540c.c1063 MppBuffer md_info_buf = enc_task->md_info; in vepu540c_h265_set_hw_address() local
1089 if (md_info_buf) { in vepu540c_h265_set_hw_address()
1091 regs->reg0171_meiw_addr = mpp_buffer_get_fd(md_info_buf); 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() local
1435 if (md_info_buf) { in vepu54x_h265_set_hw_address()
1437 regs->meiw_addr_hevc = mpp_buffer_get_fd(md_info_buf); 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() local
1653 if (md_info_buf) { in vepu510_h265_set_hw_address()
1655 regs->common.meiw_addr = mpp_buffer_get_fd(md_info_buf); 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() local
1115 if (md_info_buf) { in vepu511_h265_set_hw_address()
1117 regs->common.meiw_addr = mpp_buffer_get_fd(md_info_buf); in vepu511_h265_set_hw_address()