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

  /external/libogg/macos/
libogg.mcp.exp 46 ogg_stream_init
  /external/libogg/doc/libogg/
ogg_stream_init.html 4 <title>libogg - function - ogg_stream_init</title>
16 <h1>ogg_stream_init</h1>
27 int ogg_stream_init(<a href="ogg_stream_state.html">ogg_stream_state</a> *os,int serialno);
Makefile.am 11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
general.html 30 <td><a href="ogg_stream_init.html">ogg_stream_init</a></td>
reference.html 66 <a href="ogg_stream_init.html">ogg_stream_init()</a><br>
Makefile.in 184 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
  /external/libogg/win32/
ogg.def 60 ogg_stream_init
  /external/libvorbis/test/
write_read.c 65 ogg_stream_init (&os,12345678);
176 ogg_stream_init (&os,ogg_page_serialno(&og));
  /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/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/libvorbis/doc/
programming.html 129 <tt>ogg_stream_init()</tt>. Pages are submitted to the matching
320 <tt>ogg_stream_init</tt> must be called to reinitialize for use.
347 int ogg_stream_init(ogg_stream_state *os,int serialno);
  /external/libvorbis/examples/
decoder_example.c 105 ogg_stream_init(&os,ogg_page_serialno(&og));
encoder_example.c 148 ogg_stream_init(&os,rand());
  /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 442 milliseconds