Searched refs:packetno (Results 1 – 10 of 10) sorted by relevance
131 ogg_int64_t packetno; /* sequence number for decode; the framing member156 ogg_int64_t packetno; /* sequence number for decode; the framing member
1039 os->packetno=0; in ogg_stream_reset()1072 os->packetno++; in _packetout()1083 os->packetno++; in _packetout()1102 op->packetno=os->packetno; in _packetout()1131 os->packetno++; in _packetout()
261 if(vd->sequence==-1 || vd->sequence+1 != op->packetno-3){ in vorbis_dsp_synthesis()267 vd->sequence=op->packetno; in vorbis_dsp_synthesis()
76 vb->sequence=op->packetno; in vorbis_synthesis()129 vb->sequence=op->packetno; in vorbis_synthesis_trackonly()
61 op->packetno=vb->sequence; /* for sake of completeness */ in vorbis_analysis()
562 op->packetno=1; in vorbis_commentheader_out()596 op->packetno=0; in vorbis_analysis_headerout()611 op_comm->packetno=1; in vorbis_analysis_headerout()626 op_code->packetno=2; in vorbis_analysis_headerout()
248 op->packetno=vb->sequence; /* for sake of completeness */ in vorbis_bitrate_flushpacket()
78 ogg_int64_t packetno; /* sequence number for decode; the framing member98 ogg_int64_t packetno; /* sequence number for decode; the framing member
355 os->packetno++; in ogg_stream_iovecin()922 os->packetno=0; in ogg_stream_reset()949 os->packetno++; in _packetout()975 op->packetno=os->packetno; in _packetout()983 os->packetno++; in _packetout()1034 if(op->packetno!=sequence){ in checkpacket()1036 (long)(op->packetno),sequence); in checkpacket()
74 * bug fix to properly set packetno field in the encoder