Home
last modified time | relevance | path

Searched refs:e_o_s (Results 1 – 12 of 12) sorted by relevance

/external/libogg/include/ogg/
Dogg.h72 int e_o_s; /* set when we have buffered the last packet in the member
94 long e_o_s; member
160 int count, long e_o_s, ogg_int64_t granulepos);
/external/libogg/src/
Dframing.c305 long e_o_s, ogg_int64_t granulepos){ in ogg_stream_iovecin() argument
357 if(e_o_s)os->e_o_s=1; in ogg_stream_iovecin()
366 return ogg_stream_iovecin(os, &iov, 1, op->e_o_s, op->granulepos); in ogg_stream_packetin()
438 if(os->e_o_s && os->lacing_fill==vals)os->header[5]|=0x04; in ogg_stream_flush_i()
529 if((os->e_o_s&&os->lacing_fill) || /* 'were done, now flush' case */ in ogg_stream_pageout()
538 return os->e_o_s; in ogg_stream_eos()
885 os->e_o_s=1; in ogg_stream_pagein()
919 os->e_o_s=0; in ogg_stream_reset()
972 op->e_o_s=eos; in _packetout()
1484 op.e_o_s=(pl[i+1]<0?1:0); in test_pack()
[all …]
/external/tremolo/Tremolo/
Dogg.h125 int e_o_s; /* set when we have buffered the last member
154 long e_o_s; member
Dframing.c985 os->e_o_s=ogg_page_eos(&og); in _span_queued_page()
1036 os->e_o_s=0; in ogg_stream_reset()
1094 if(os->e_o_s && os->body_fill_next==0) in _packetout()
1095 op->e_o_s=os->e_o_s; in _packetout()
1097 op->e_o_s=0; in _packetout()
Ddsp.c287 if(op->e_o_s){ in vorbis_dsp_synthesis()
314 if(op->e_o_s){ in vorbis_dsp_synthesis()
Dvorbisfile.c590 if(granulepos!=-1 && !op.e_o_s){ in _fetch_and_process_packet()
/external/libvorbis/lib/
Dsynthesis.c77 vb->eofflag=op->e_o_s; in vorbis_synthesis()
130 vb->eofflag=op->e_o_s; in vorbis_synthesis_trackonly()
Danalysis.c59 op->e_o_s=vb->eofflag; in vorbis_analysis()
Dinfo.c560 op->e_o_s=0; in vorbis_commentheader_out()
594 op->e_o_s=0; in vorbis_analysis_headerout()
609 op_comm->e_o_s=0; in vorbis_analysis_headerout()
624 op_code->e_o_s=0; in vorbis_analysis_headerout()
Dbitrate.c246 op->e_o_s=vb->eofflag; in vorbis_bitrate_flushpacket()
Dvorbisfile.c722 if(granulepos!=-1 && !op_ptr->e_o_s){ in _fetch_and_process_packet()
/external/flac/libFLAC/
Dogg_encoder_aspect.c188 packet.e_o_s = 1; in FLAC__ogg_encoder_aspect_write_callback_wrapper()