Searched refs:ogg_stream_init (Results 1 – 14 of 14) sorted by relevance
/external/libogg/macos/ |
D | libogg.mcp.exp | 46 ogg_stream_init
|
/external/libvorbis/test/ |
D | write_read.c | 65 ogg_stream_init (&os,12345678); in write_vorbis_data_or_die() 176 ogg_stream_init (&os,ogg_page_serialno(&og)); in read_vorbis_data_or_die()
|
/external/libogg/win32/ |
D | ogg.def | 60 ogg_stream_init
|
/external/libogg/doc/libogg/ |
D | Makefile.am | 11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
|
D | Makefile.in | 184 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
|
/external/libvorbis/examples/ |
D | encoder_example.c | 148 ogg_stream_init(&os,rand()); in main()
|
D | decoder_example.c | 105 ogg_stream_init(&os,ogg_page_serialno(&og)); in main()
|
/external/flac/libFLAC/ |
D | ogg_encoder_aspect.c | 53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_encoder_aspect_init()
|
D | ogg_decoder_aspect.c | 55 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_decoder_aspect_init()
|
/external/tremolo/Tremolo/ |
D | ogg.h | 201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
|
D | framing.c | 852 void ogg_stream_init(ogg_stream_state *os, int serialno){ in ogg_stream_init() function
|
/external/libogg/include/ogg/ |
D | ogg.h | 182 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
|
/external/libogg/src/ |
D | framing.c | 188 int ogg_stream_init(ogg_stream_state *os,int serialno){ in ogg_stream_init() function 1635 ogg_stream_init(&os_en,0x04030201); in main() 1636 ogg_stream_init(&os_de,0x04030201); in main()
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 904 ogg_stream_init(&vf->os,-1); /* fill in the serialno later */ in _ov_open1() 1266 ogg_stream_init(&work_os,vf->current_serialno); /* get the memory ready */ in ov_raw_seek()
|