OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ogg_stream_flush
(Results
1 - 13
of
13
) sorted by null
/external/libogg/macos/
libogg.mcp.exp
27
ogg_stream_flush
/external/libogg/win32/
ogg.def
46
ogg_stream_flush
/external/libogg/doc/libogg/
ogg_stream_flush.html
4
<title>libogg - function -
ogg_stream_flush
</title>
16
<h1>
ogg_stream_flush
</h1>
29
int
ogg_stream_flush
(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og);
ogg_stream_pageout.html
33
common case. Call <a href="
ogg_stream_flush
.html">
ogg_stream_flush
()</a>
57
ogg_stream_flush
().</dd>
Makefile.am
11
ogg_stream_eos.html
ogg_stream_flush
.html ogg_stream_init.html\
encoding.html
49
<td><a href="
ogg_stream_flush
.html">
ogg_stream_flush
</a></td>
reference.html
63
<a href="
ogg_stream_flush
.html">
ogg_stream_flush
()</a><br>
Makefile.in
184
ogg_stream_eos.html
ogg_stream_flush
.html ogg_stream_init.html\
/external/libogg/include/ogg/
ogg.h
162
extern int
ogg_stream_flush
(ogg_stream_state *os, ogg_page *og);
/external/flac/libFLAC/
ogg_encoder_aspect.c
196
while(
ogg_stream_flush
(&aspect->stream_state, &aspect->page) != 0) {
/external/libvorbis/test/
write_read.c
79
int result =
ogg_stream_flush
(&os,&og);
/external/libvorbis/examples/
encoder_example.c
172
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 81 milliseconds