Home
last modified time | relevance | path

Searched refs:ogg_sync_init (Results 1 – 12 of 12) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp31 ogg_sync_init
/external/libogg/win32/
Dogg.def48 ogg_sync_init
/external/libogg/doc/libogg/
DMakefile.am17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
DMakefile.in190 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
/external/tremolo/Tremolo/
Dogg.h185 extern void ogg_sync_init(ogg_sync_state *oy);
Dframing.c580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() function
/external/libvorbis/examples/
Ddecoder_example.c77 ogg_sync_init(&oy); /* Now we can read pages */ in main()
/external/flac/libFLAC/
Dogg_decoder_aspect.c58 if(ogg_sync_init(&aspect->sync_state) != 0) in FLAC__ogg_decoder_aspect_init()
/external/libogg/include/ogg/
Dogg.h166 extern int ogg_sync_init(ogg_sync_state *oy);
/external/libvorbis/test/
Dwrite_read.c157 ogg_sync_init (&oy); in read_vorbis_data_or_die()
/external/libogg/src/
Dframing.c557 int ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() function
1637 ogg_sync_init(&oy); in main()
/external/libvorbis/lib/
Dvorbisfile.c884 ogg_sync_init(&vf->oy); in _ov_open1()