Home
last modified time | relevance | path

Searched refs:spspps_buf (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c60 MppBuffer spspps_buf; member
572 reg_ctx->spspps_buf = reg_ctx->reg_buf[0].spspps; in rkv_h264d_init()
644 reg_ctx->spspps_buf = reg_ctx->reg_buf[i].spspps; in rkv_h264d_gen_regs()
662 mpp_buffer_write(reg_ctx->spspps_buf, in rkv_h264d_gen_regs()
666 reg_ctx->regs->sw42.pps_base = mpp_buffer_get_fd(reg_ctx->spspps_buf); in rkv_h264d_gen_regs()
675 mpp_buffer_sync_end(reg_ctx->spspps_buf); in rkv_h264d_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c51 MPP_FREE(p_Inp->spspps_buf); in free_input_ctx()
65 p_Inp->spspps_buf = mpp_malloc_size(RK_U8, p_Inp->spspps_size); in init_input_ctx()
66 MEM_CHECK(ret, p_Inp->spspps_buf); in init_input_ctx()
H A Dh264d_parse.c455 p_des = &p_Inp->spspps_buf[p_Inp->spspps_offset]; in store_cur_nalu()
591 fwrite(p_Inp->spspps_buf, sizeof(RK_U8), p_Inp->spspps_len, p_Inp->fp); in fwrite_stream_to_file()
H A Dh264d_global.h909 RK_U8 *spspps_buf; member