Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c90 Vepu541RoiCfg *roi_buf_tmp; member
692 if (ctx->roi_buf_tmp) { in hal_h265e_v541_deinit()
693 MPP_FREE(ctx->roi_buf_tmp); in hal_h265e_v541_deinit()
694 ctx->roi_buf_tmp = NULL; in hal_h265e_v541_deinit()
886 if (NULL == ctx->roi_buf_tmp) in setup_vepu541_intra_refresh()
887 ctx->roi_buf_tmp = (Vepu541RoiCfg *)mpp_malloc(Vepu541RoiCfg, stride_h * stride_v); in setup_vepu541_intra_refresh()
890 mpp_assert(ctx->roi_buf_tmp); in setup_vepu541_intra_refresh()
892 void *buf = ctx->roi_buf_tmp; in setup_vepu541_intra_refresh()