Home
last modified time | relevance | path

Searched refs:ogg_stream_flush (Results 1 – 8 of 8) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp27 ogg_stream_flush
/external/libogg/win32/
Dogg.def46 ogg_stream_flush
/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/libvorbis/examples/
Dencoder_example.c172 int result=ogg_stream_flush(&os,&og); in main()
/external/libogg/include/ogg/
Dogg.h162 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
/external/libvorbis/test/
Dwrite_read.c79 int result = ogg_stream_flush (&os,&og); in write_vorbis_data_or_die()
/external/libogg/src/
Dframing.c517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){ in ogg_stream_flush() function