Lines Matching refs:rcb_buf
185 loop = reg_ctx->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in hal_h265d_vdpu382_deinit()
187 if (reg_ctx->rcb_buf[i]) { in hal_h265d_vdpu382_deinit()
188 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_vdpu382_deinit()
189 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_vdpu382_deinit()
566 MppBuffer rcb_buf; in hal_h265d_rcb_info_update() local
568 if (reg_ctx->rcb_buf[i]) { in hal_h265d_rcb_info_update()
569 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_rcb_info_update()
570 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_rcb_info_update()
572 mpp_buffer_get(reg_ctx->group, &rcb_buf, reg_ctx->rcb_buf_size); in hal_h265d_rcb_info_update()
573 reg_ctx->rcb_buf[i] = rcb_buf; in hal_h265d_rcb_info_update()
920 reg_ctx->rcb_buf[syn->dec.reg_index] : reg_ctx->rcb_buf[0], in hal_h265d_vdpu382_gen_regs()