Home
last modified time | relevance | path

Searched refs:ogg_stream_init (Results 1 – 14 of 14) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp46 ogg_stream_init
/external/libvorbis/test/
Dwrite_read.c65 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/
Dogg.def60 ogg_stream_init
/external/libogg/doc/libogg/
DMakefile.am11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
DMakefile.in184 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
/external/libvorbis/examples/
Dencoder_example.c148 ogg_stream_init(&os,rand()); in main()
Ddecoder_example.c105 ogg_stream_init(&os,ogg_page_serialno(&og)); in main()
/external/flac/libFLAC/
Dogg_encoder_aspect.c53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_encoder_aspect_init()
Dogg_decoder_aspect.c55 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_decoder_aspect_init()
/external/tremolo/Tremolo/
Dogg.h201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
Dframing.c852 void ogg_stream_init(ogg_stream_state *os, int serialno){ in ogg_stream_init() function
/external/libogg/include/ogg/
Dogg.h182 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
/external/libogg/src/
Dframing.c188 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/
Dvorbisfile.c904 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()