Home
last modified time | relevance | path

Searched refs:ogg_stream_flush (Results 1 – 7 of 7) 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/flac/libFLAC/
Dogg_encoder_aspect.c197 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) { in FLAC__ogg_encoder_aspect_write_callback_wrapper()
/external/libogg/include/ogg/
Dogg.h162 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
/external/libogg/src/
Dframing.c517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){ in ogg_stream_flush() function