Lines Matching refs:rcb_buf
196 loop = reg_ctx->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in hal_h265d_vdpu383_deinit()
198 if (reg_ctx->rcb_buf[i]) { in hal_h265d_vdpu383_deinit()
199 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_vdpu383_deinit()
200 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_vdpu383_deinit()
751 MppBuffer rcb_buf; in hal_h265d_rcb_info_update() local
753 if (reg_ctx->rcb_buf[i]) { in hal_h265d_rcb_info_update()
754 mpp_buffer_put(reg_ctx->rcb_buf[i]); in hal_h265d_rcb_info_update()
755 reg_ctx->rcb_buf[i] = NULL; in hal_h265d_rcb_info_update()
757 mpp_buffer_get(reg_ctx->group, &rcb_buf, reg_ctx->rcb_buf_size); in hal_h265d_rcb_info_update()
758 reg_ctx->rcb_buf[i] = rcb_buf; in hal_h265d_rcb_info_update()
1193 reg_ctx->rcb_buf[syn->dec.reg_index] : reg_ctx->rcb_buf[0], in hal_h265d_vdpu383_gen_regs()