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