Lines Matching refs:rcb_buf
108 MppBuffer rcb_buf[VDPU383_FAST_REG_SET_CNT]; member
703 loop = p_hal->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in vdpu383_h264d_deinit()
705 if (reg_ctx->rcb_buf[i]) { in vdpu383_h264d_deinit()
706 mpp_buffer_put(reg_ctx->rcb_buf[i]); in vdpu383_h264d_deinit()
707 reg_ctx->rcb_buf[i] = NULL; in vdpu383_h264d_deinit()
795 MppBuffer rcb_buf = ctx->rcb_buf[i]; in hal_h264d_rcb_info_update() local
797 if (rcb_buf) { in hal_h264d_rcb_info_update()
798 mpp_buffer_put(rcb_buf); in hal_h264d_rcb_info_update()
799 ctx->rcb_buf[i] = NULL; in hal_h264d_rcb_info_update()
801 mpp_buffer_get(p_hal->buf_group, &rcb_buf, ctx->rcb_buf_size); in hal_h264d_rcb_info_update()
802 ctx->rcb_buf[i] = rcb_buf; in hal_h264d_rcb_info_update()
912 ctx->rcb_buf[task->dec.reg_index] : ctx->rcb_buf[0], in vdpu383_h264d_gen_regs()