HomeSort by relevance Sort by last modified time
    Searched refs:ogg_stream_packetout (Results 1 - 11 of 11) sorted by null

  /external/libogg/macos/
libogg.mcp.exp 41 ogg_stream_packetout
  /external/libvorbis/examples/
decoder_example.c 123 if(ogg_stream_packetout(&os,&op)!=1){
158 result=ogg_stream_packetout(&os,&op);
220 result=ogg_stream_packetout(&os,&op);
  /external/libogg/doc/libogg/
Makefile.am 12 ogg_stream_packetin.html ogg_stream_packetout.html\
  /external/libvorbis/test/
write_read.c 185 if (ogg_stream_packetout(&os,&op) != 1) {
207 result = ogg_stream_packetout (&os,&op);
248 result = ogg_stream_packetout (&os,&op);
  /external/libogg/src/
framing.c 553 packets out calling ogg_stream_packetout() with a
989 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ function
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 312 int result=ogg_stream_packetout(vf->os,&op);
430 while((result=ogg_stream_packetout(vf->os,&op))){
568 int result=ogg_stream_packetout(vf->os,&op);
1046 int result=ogg_stream_packetout(work_os,&op);
1053 ogg_stream_packetout(vf->os,NULL);
1058 ogg_stream_packetout(vf->os,NULL);
1076 ogg_stream_packetout(vf->os,NULL);
    [all...]
ogg.h 196 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
framing.c 1138 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ function
  /external/flac/libFLAC/
ogg_decoder_aspect.c 160 const int ret = ogg_stream_packetout(&aspect->stream_state, &aspect->working_packet);
  /external/libogg/include/ogg/
ogg.h 177 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
  /external/libvorbis/lib/
vorbisfile.c 323 if(ogg_stream_packetout(&vf->os,&op) > 0 &&
367 int result=ogg_stream_packetout(&vf->os,&op);
438 while((result=ogg_stream_packetout(&vf->os,&op))){
693 int result=ogg_stream_packetout(&vf->os,op_ptr);
    [all...]

Completed in 159 milliseconds