Lines Matching refs:rcb_buf
165 MppBuffer rcb_buf[VDPU382_FAST_REG_SET_CNT]; member
805 loop = p_hal->fast_mode ? MPP_ARRAY_ELEMS(reg_ctx->rcb_buf) : 1; in vdpu382_h264d_deinit()
807 if (reg_ctx->rcb_buf[i]) { in vdpu382_h264d_deinit()
808 mpp_buffer_put(reg_ctx->rcb_buf[i]); in vdpu382_h264d_deinit()
809 reg_ctx->rcb_buf[i] = NULL; in vdpu382_h264d_deinit()
905 MppBuffer rcb_buf = ctx->rcb_buf[i]; in hal_h264d_rcb_info_update() local
907 if (rcb_buf) { in hal_h264d_rcb_info_update()
908 mpp_buffer_put(rcb_buf); in hal_h264d_rcb_info_update()
909 ctx->rcb_buf[i] = NULL; in hal_h264d_rcb_info_update()
911 mpp_buffer_get(p_hal->buf_group, &rcb_buf, ctx->rcb_buf_size); in hal_h264d_rcb_info_update()
912 ctx->rcb_buf[i] = rcb_buf; in hal_h264d_rcb_info_update()
1023 ctx->rcb_buf[task->dec.reg_index] : ctx->rcb_buf[0], in vdpu382_h264d_gen_regs()