OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ogg_stream_pageout
(Results
1 - 7
of
7
) sorted by null
/external/libogg/macos/
libogg.mcp.exp
26
ogg_stream_pageout
/external/libogg/doc/libogg/
Makefile.am
14
ogg_stream_pageout
.html ogg_stream_reset.html\
/external/libvorbis/examples/
encoder_example.c
225
int result=
ogg_stream_pageout
(&os,&og);
/external/flac/libFLAC/
ogg_encoder_aspect.c
204
while(
ogg_stream_pageout
(&aspect->stream_state, &aspect->page) != 0) {
/external/libogg/include/ogg/
ogg.h
161
extern int
ogg_stream_pageout
(ogg_stream_state *os, ogg_page *og);
/external/libvorbis/test/
write_read.c
109
int result =
ogg_stream_pageout
(&os,&og);
/external/libogg/src/
framing.c
507
try to flush a normal sized page like
ogg_stream_pageout
; a call to
513
it's undersized, you almost certainly want to use
ogg_stream_pageout
525
int
ogg_stream_pageout
(ogg_stream_state *os, ogg_page *og){
function
[
all
...]
Completed in 1029 milliseconds