Lines Matching refs:rcb_buf
187 loop = reg_ctx->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in hal_h265d_vdpu34x_deinit()
189 if (reg_ctx->rcb_buf[i]) { in hal_h265d_vdpu34x_deinit()
190 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_vdpu34x_deinit()
191 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_vdpu34x_deinit()
795 MppBuffer rcb_buf; in hal_h265d_rcb_info_update() local
797 if (reg_ctx->rcb_buf[i]) { in hal_h265d_rcb_info_update()
798 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_rcb_info_update()
799 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_rcb_info_update()
801 mpp_buffer_get(reg_ctx->group, &rcb_buf, reg_ctx->rcb_buf_size); in hal_h265d_rcb_info_update()
802 reg_ctx->rcb_buf[i] = rcb_buf; in hal_h265d_rcb_info_update()
1145 reg_ctx->rcb_buf[syn->dec.reg_index] : reg_ctx->rcb_buf[0], in hal_h265d_vdpu34x_gen_regs()