Home
last modified time | relevance | path

Searched refs:ogg_stream_init (Results 1 – 10 of 10) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp46 ogg_stream_init
/external/libogg/win32/
Dogg.def60 ogg_stream_init
/external/libogg/doc/libogg/
DMakefile.am11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
DMakefile.in184 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
/external/flac/libFLAC/
Dogg_encoder_aspect.c54 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_encoder_aspect_init()
Dogg_decoder_aspect.c53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_decoder_aspect_init()
/external/tremolo/Tremolo/
Dogg.h201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
Dframing.c852 void ogg_stream_init(ogg_stream_state *os, int serialno){ in ogg_stream_init() function
/external/libogg/include/ogg/
Dogg.h182 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
/external/libogg/src/
Dframing.c188 int ogg_stream_init(ogg_stream_state *os,int serialno){ in ogg_stream_init() function
1635 ogg_stream_init(&os_en,0x04030201); in main()
1636 ogg_stream_init(&os_de,0x04030201); in main()