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

  /external/libogg/macos/
libogg.mcp.exp 46 ogg_stream_init
  /external/libogg/doc/libogg/
Makefile.am 11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
  /external/libvorbis/examples/
encoder_example.c 148 ogg_stream_init(&os,rand());
decoder_example.c 105 ogg_stream_init(&os,ogg_page_serialno(&og));
  /external/libvorbis/test/
write_read.c 65 ogg_stream_init (&os,12345678);
176 ogg_stream_init (&os,ogg_page_serialno(&og));
  /external/flac/libFLAC/
ogg_decoder_aspect.c 55 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0)
ogg_encoder_aspect.c 53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0)
  /external/libogg/include/ogg/
ogg.h 182 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
  /external/tremolo/Tremolo/
ogg.h 201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
framing.c 852 void ogg_stream_init(ogg_stream_state *os, int serialno){ function
  /external/libogg/src/
framing.c 188 int ogg_stream_init(ogg_stream_state *os,int serialno){ function
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 904 ogg_stream_init(&vf->os,-1); /* fill in the serialno later */
    [all...]

Completed in 158 milliseconds