OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ogg_stream_state
(Results
26 - 34
of
34
) sorted by null
1
2
/external/libogg/src/
framing.c
188
int ogg_stream_init(
ogg_stream_state
*os,int serialno){
210
/* async/delayed error detection for the
ogg_stream_state
*/
211
int ogg_stream_check(
ogg_stream_state
*os){
217
int ogg_stream_clear(
ogg_stream_state
*os){
228
int ogg_stream_destroy(
ogg_stream_state
*os){
239
static int _os_body_expand(
ogg_stream_state
*os,int needed){
254
static int _os_lacing_expand(
ogg_stream_state
*os,int needed){
304
int ogg_stream_iovecin(
ogg_stream_state
*os, ogg_iovec_t *iov, int count,
362
int ogg_stream_packetin(
ogg_stream_state
*os,ogg_packet *op){
372
static int ogg_stream_flush_i(
ogg_stream_state
*os,ogg_page *og, int force)
[
all
...]
/external/libvorbis/doc/vorbisfile/
OggVorbis_File.html
93
ogg_stream_state
os; /* take physical pages, weld into a logical
/external/libvorbis/include/vorbis/
vorbisfile.h
139
ogg_stream_state
os; /* take physical pages, weld into a logical
/external/tremolo/Tremolo/
ivorbisfile.h
92
ogg_stream_state
*os; /* take physical pages, weld into a logical
vorbisfile.c
1000
ogg_stream_state
*work_os=NULL;
[
all
...]
/external/libvorbis/examples/
decoder_example.c
45
ogg_stream_state
os; /* take physical pages, weld into a logical
encoder_example.c
43
ogg_stream_state
os; /* take physical pages, weld into a logical
/external/libogg/doc/libogg/
Makefile.in
188
ogg_stream_reset_serialno.html
ogg_stream_state
.html\
/external/libvorbis/lib/
vorbisfile.c
[
all
...]
Completed in 280 milliseconds
1
2