Lines Matching refs:rcb_buf
95 MppBuffer rcb_buf[VDPU384A_FAST_REG_SET_CNT]; member
654 loop = p_hal->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in vdpu384a_h264d_deinit()
656 if (reg_ctx->rcb_buf[i]) { in vdpu384a_h264d_deinit()
657 mpp_buffer_put(reg_ctx->rcb_buf[i]); in vdpu384a_h264d_deinit()
658 reg_ctx->rcb_buf[i] = NULL; in vdpu384a_h264d_deinit()
747 MppBuffer rcb_buf = ctx->rcb_buf[i]; in hal_h264d_rcb_info_update() local
749 if (rcb_buf) { in hal_h264d_rcb_info_update()
750 mpp_buffer_put(rcb_buf); in hal_h264d_rcb_info_update()
751 ctx->rcb_buf[i] = NULL; in hal_h264d_rcb_info_update()
753 mpp_buffer_get(p_hal->buf_group, &rcb_buf, ctx->rcb_buf_size); in hal_h264d_rcb_info_update()
754 ctx->rcb_buf[i] = rcb_buf; in hal_h264d_rcb_info_update()
858 ctx->rcb_buf[task->dec.reg_index] : ctx->rcb_buf[0], in vdpu384a_h264d_gen_regs()