Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c60 MppBuffer spspps_buf; member
573 reg_ctx->spspps_buf = reg_ctx->reg_buf[0].spspps; in rkv_h264d_init()
660 reg_ctx->spspps_buf = reg_ctx->reg_buf[i].spspps; in rkv_h264d_gen_regs()
678 mpp_buffer_write(reg_ctx->spspps_buf, in rkv_h264d_gen_regs()
682 reg_ctx->regs->sw42.pps_base = mpp_buffer_get_fd(reg_ctx->spspps_buf); in rkv_h264d_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_api.c45 MPP_FREE(p_Inp->spspps_buf); in free_input_ctx()
59 p_Inp->spspps_buf = mpp_malloc_size(RK_U8, p_Inp->spspps_size); in init_input_ctx()
60 MEM_CHECK(ret, p_Inp->spspps_buf); in init_input_ctx()
H A Dh264d_parse.c383 p_des = &p_Inp->spspps_buf[p_Inp->spspps_offset]; in store_cur_nalu()
510 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