Searched refs:spspps_buf (Results 1 – 4 of 4) sorted by relevance
60 MppBuffer spspps_buf; member573 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()
45 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()
383 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()
909 RK_U8 *spspps_buf; member