Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c92 MppBuffer roi_hw_buf; member
702 if (ctx->roi_hw_buf) { in hal_h265e_v541_deinit()
703 mpp_buffer_put(ctx->roi_hw_buf); in hal_h265e_v541_deinit()
704 ctx->roi_hw_buf = NULL; in hal_h265e_v541_deinit()
977 if (!ctx->roi_hw_buf || roi_buf_size != ctx->roi_buf_size) { in vepu541_h265_set_roi_regs()
981 if (ctx->roi_hw_buf) { in vepu541_h265_set_roi_regs()
982 mpp_buffer_put(ctx->roi_hw_buf); in vepu541_h265_set_roi_regs()
983 ctx->roi_hw_buf = NULL; in vepu541_h265_set_roi_regs()
989 if (NULL == ctx->roi_hw_buf) in vepu541_h265_set_roi_regs()
990 mpp_buffer_get(ctx->roi_grp, &ctx->roi_hw_buf, roi_buf_size); in vepu541_h265_set_roi_regs()
[all …]