Searched refs:ogg_stream_flush (Results 1 - 7 of 7) sorted by relevance

/external/libogg/macos/
H A Dlibogg.mcp.exp27 ogg_stream_flush
/external/libogg/doc/libogg/
H A DMakefile.am11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
/external/libvorbis/examples/
H A Dencoder_example.c172 int result=ogg_stream_flush(&os,&og);
/external/flac/libFLAC/
H A Dogg_encoder_aspect.c196 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) {
/external/libogg/include/ogg/
H A Dogg.h162 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
/external/libvorbis/test/
H A Dwrite_read.c79 int result = ogg_stream_flush (&os,&og);
/external/libogg/src/
H A Dframing.c506 flush, ogg_stream_flush returns 0. Note that ogg_stream_flush will
508 ogg_stream_flush does not guarantee that all packets have flushed.
509 Only a return value of 0 from ogg_stream_flush indicates all packet
512 since ogg_stream_flush will flush the last page in a stream even if
514 (and *not* ogg_stream_flush) unless you specifically need to flush
517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){ function

Completed in 84 milliseconds