Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c365 if (NULL == ctx->qpmap_qp_cfg_buf) { in setup_vepu580_qpmap_buf()
366 mpp_buffer_get(NULL, &ctx->qpmap_qp_cfg_buf, qpmap_qp_cfg_size); in setup_vepu580_qpmap_buf()
367 if (!ctx->qpmap_qp_cfg_buf) { in setup_vepu580_qpmap_buf()
H A Dhal_h264e_vepu580.c103 MppBuffer qpmap_qp_cfg_buf; member
275 if (p->qpmap_qp_cfg_buf) { in hal_h264e_vepu580_deinit()
276 mpp_buffer_put(p->qpmap_qp_cfg_buf); in hal_h264e_vepu580_deinit()
277 p->qpmap_qp_cfg_buf = NULL; in hal_h264e_vepu580_deinit()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c659 if (NULL == ctx->qpmap_qp_cfg_buf) { in vepu580_setup_qpmap_buf()
660 mpp_buffer_get(NULL, &ctx->qpmap_qp_cfg_buf, qpmap_qp_cfg_size); in vepu580_setup_qpmap_buf()
661 if (!ctx->qpmap_qp_cfg_buf) { in vepu580_setup_qpmap_buf()
H A Dhal_h265e_vepu580.c220 MppBuffer qpmap_qp_cfg_buf; member
1488 if (ctx->qpmap_qp_cfg_buf) { in hal_h265e_v580_deinit()
1489 mpp_buffer_put(ctx->qpmap_qp_cfg_buf); in hal_h265e_v580_deinit()
1490 ctx->qpmap_qp_cfg_buf = NULL; in hal_h265e_v580_deinit()