Home
last modified time | relevance | path

Searched refs:packetno (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dogg.h131 ogg_int64_t packetno; /* sequence number for decode; the framing member
156 ogg_int64_t packetno; /* sequence number for decode; the framing member
Dframing.c1039 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()
Ddsp.c261 if(vd->sequence==-1 || vd->sequence+1 != op->packetno-3){ in vorbis_dsp_synthesis()
267 vd->sequence=op->packetno; in vorbis_dsp_synthesis()
/external/libogg/include/ogg/
Dogg.h78 ogg_int64_t packetno; /* sequence number for decode; the framing member
98 ogg_int64_t packetno; /* sequence number for decode; the framing member
/external/libogg/src/
Dframing.c355 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()