Lines Matching refs:rcb_buf
161 MppBuffer rcb_buf[VDPU34X_FAST_REG_SET_CNT]; member
776 loop = p_hal->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in vdpu34x_h264d_deinit()
778 if (reg_ctx->rcb_buf[i]) { in vdpu34x_h264d_deinit()
779 mpp_buffer_put(reg_ctx->rcb_buf[i]); in vdpu34x_h264d_deinit()
780 reg_ctx->rcb_buf[i] = NULL; in vdpu34x_h264d_deinit()
867 MppBuffer rcb_buf = ctx->rcb_buf[i]; in hal_h264d_rcb_info_update() local
869 if (rcb_buf) { in hal_h264d_rcb_info_update()
870 mpp_buffer_put(rcb_buf); in hal_h264d_rcb_info_update()
871 ctx->rcb_buf[i] = NULL; in hal_h264d_rcb_info_update()
873 mpp_buffer_get(p_hal->buf_group, &rcb_buf, ctx->rcb_buf_size); in hal_h264d_rcb_info_update()
874 ctx->rcb_buf[i] = rcb_buf; in hal_h264d_rcb_info_update()
995 ctx->rcb_buf[task->dec.reg_index] : ctx->rcb_buf[0], in vdpu34x_h264d_gen_regs()