OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ogg_stream_flush
(Results
1 - 7
of
7
) sorted by null
/external/libogg/macos/
libogg.mcp.exp
27
ogg_stream_flush
/external/libogg/doc/libogg/
Makefile.am
11
ogg_stream_eos.html
ogg_stream_flush
.html ogg_stream_init.html\
/external/libvorbis/examples/
encoder_example.c
172
int result=
ogg_stream_flush
(&os,&og);
/external/flac/libFLAC/
ogg_encoder_aspect.c
196
while(
ogg_stream_flush
(&aspect->stream_state, &aspect->page) != 0) {
/external/libogg/include/ogg/
ogg.h
162
extern int
ogg_stream_flush
(ogg_stream_state *os, ogg_page *og);
/external/libvorbis/test/
write_read.c
79
int result =
ogg_stream_flush
(&os,&og);
/external/libogg/src/
framing.c
506
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
[
all
...]
Completed in 28 milliseconds