Home
last modified time | relevance | path

Searched refs:roir_buf (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_tune.c67 if (NULL == ctx->roir_buf) { in vepu510_h264e_tune_qpmap_init()
73 mpp_buffer_get(ctx->roi_grp, &ctx->roir_buf, ctx->roir_buf_size); in vepu510_h264e_tune_qpmap_init()
76 roir_buf_fd = mpp_buffer_get_fd(ctx->roir_buf); in vepu510_h264e_tune_qpmap_init()
79 if (ctx->roir_buf == NULL) { in vepu510_h264e_tune_qpmap_init()
H A Dhal_h264e_vepu510.c126 MppBuffer roir_buf; member
244 if (p->roir_buf) { in hal_h264e_vepu510_deinit()
245 mpp_buffer_put(p->roir_buf); in hal_h264e_vepu510_deinit()
246 p->roir_buf = NULL; in hal_h264e_vepu510_deinit()
1432 if (NULL == ctx->roir_buf) { in setup_vepu510_intra_refresh()
1435 mpp_buffer_get(ctx->roi_grp, &ctx->roir_buf, roir_buf_size); in setup_vepu510_intra_refresh()
1439 mpp_assert(ctx->roir_buf); in setup_vepu510_intra_refresh()
1440 void *base_cfg_buf = mpp_buffer_get_ptr(ctx->roir_buf); in setup_vepu510_intra_refresh()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c165 if (NULL == frm->roir_buf) { in vepu510_h265e_tune_qpmap_init()
171 mpp_buffer_get(ctx->roi_grp, &frm->roir_buf, frm->roir_buf_size); in vepu510_h265e_tune_qpmap_init()
174 roir_buf_fd = mpp_buffer_get_fd(frm->roir_buf); in vepu510_h265e_tune_qpmap_init()
177 if (frm->roir_buf == NULL) { in vepu510_h265e_tune_qpmap_init()
H A Dhal_h265e_vepu510.c91 MppBuffer roir_buf; member
1050 if (frm->roir_buf) { in hal_h265e_v510_deinit()
1051 mpp_buffer_put(frm->roir_buf); in hal_h265e_v510_deinit()
1052 frm->roir_buf = NULL; in hal_h265e_v510_deinit()
H A Dhal_h265e_vepu511.c90 MppBuffer roir_buf; member
445 if (frm->roir_buf) { in hal_h265e_vepu511_deinit()
446 mpp_buffer_put(frm->roir_buf); in hal_h265e_vepu511_deinit()
447 frm->roir_buf = NULL; in hal_h265e_vepu511_deinit()