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

  /external/tremolo/Tremolo/
ogg.h 202 extern ogg_stream_state *ogg_stream_create(int serialno);
vorbisfile.c 753 vf->os=ogg_stream_create(-1); /* fill in the serialno later */
1042 work_os=ogg_stream_create(vf->current_serialno); /* get the memory ready */
    [all...]
framing.c 858 ogg_stream_state *ogg_stream_create(int serialno){ function

Completed in 141 milliseconds