Home
last modified time | relevance | path

Searched refs:packetno (Results 1 – 10 of 10) 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/libvorbis/lib/
Dsynthesis.c76 vb->sequence=op->packetno; in vorbis_synthesis()
129 vb->sequence=op->packetno; in vorbis_synthesis_trackonly()
Danalysis.c61 op->packetno=vb->sequence; /* for sake of completeness */ in vorbis_analysis()
Dinfo.c562 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()
Dbitrate.c248 op->packetno=vb->sequence; /* for sake of completeness */ in vorbis_bitrate_flushpacket()
/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()
/external/libvorbis/
DCHANGES74 * bug fix to properly set packetno field in the encoder