Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c188 MppBufferGroup qpmap_grp; member
1497 if (ctx->qpmap_grp) { in hal_h265e_v580_deinit()
1498 mpp_buffer_group_put(ctx->qpmap_grp); in hal_h265e_v580_deinit()
1499 ctx->qpmap_grp = NULL; in hal_h265e_v580_deinit()
2429 if (!ctx->qpmap_grp) in vepu580_h265_get_md_info_buf()
2430 mpp_buffer_group_get_internal(&ctx->qpmap_grp, MPP_BUFFER_TYPE_ION); 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()