Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c374 if (NULL == ctx->md_flag_buf) { in setup_vepu580_qpmap_buf()
375 ctx->md_flag_buf = mpp_malloc(RK_U8, md_flag_size); in setup_vepu580_qpmap_buf()
376 if (!ctx->md_flag_buf) { in setup_vepu580_qpmap_buf()
H A Dhal_h264e_vepu580.c104 RK_U8* md_flag_buf; member
280 if (p->md_flag_buf) { in hal_h264e_vepu580_deinit()
281 MPP_FREE(p->md_flag_buf); in hal_h264e_vepu580_deinit()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c668 if (NULL == ctx->md_flag_buf) { in vepu580_setup_qpmap_buf()
669 ctx->md_flag_buf = mpp_malloc(RK_U8, md_flag_size); in vepu580_setup_qpmap_buf()
670 if (!ctx->md_flag_buf) { in vepu580_setup_qpmap_buf()
H A Dhal_h265e_vepu580.c221 RK_U8* md_flag_buf; member
1493 if (ctx->md_flag_buf) { in hal_h265e_v580_deinit()
1494 MPP_FREE(ctx->md_flag_buf); in hal_h265e_v580_deinit()