Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c356 if (NULL == ctx->qpmap_base_cfg_buf) { in setup_vepu580_qpmap_buf()
357 mpp_buffer_get(NULL, &ctx->qpmap_base_cfg_buf, qpmap_base_cfg_size); in setup_vepu580_qpmap_buf()
358 if (!ctx->qpmap_base_cfg_buf) { in setup_vepu580_qpmap_buf()
H A Dhal_h264e_vepu580.c102 MppBuffer qpmap_base_cfg_buf; member
270 if (p->qpmap_base_cfg_buf) { in hal_h264e_vepu580_deinit()
271 mpp_buffer_put(p->qpmap_base_cfg_buf); in hal_h264e_vepu580_deinit()
272 p->qpmap_base_cfg_buf = NULL; in hal_h264e_vepu580_deinit()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c650 if (NULL == ctx->qpmap_base_cfg_buf) { in vepu580_setup_qpmap_buf()
651 mpp_buffer_get(NULL, &ctx->qpmap_base_cfg_buf, qpmap_base_cfg_size); in vepu580_setup_qpmap_buf()
652 if (!ctx->qpmap_base_cfg_buf) { in vepu580_setup_qpmap_buf()
H A Dhal_h265e_vepu580.c219 MppBuffer qpmap_base_cfg_buf; member
1483 if (ctx->qpmap_base_cfg_buf) { in hal_h265e_v580_deinit()
1484 mpp_buffer_put(ctx->qpmap_base_cfg_buf); in hal_h265e_v580_deinit()
1485 ctx->qpmap_base_cfg_buf = NULL; in hal_h265e_v580_deinit()