Home
last modified time | relevance | path

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

/external/libogg/macos/
Dlibogg.mcp.exp32 ogg_sync_clear
/external/libogg/win32/
Dogg.def49 ogg_sync_clear
/external/libogg/doc/libogg/
DMakefile.am16 ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html\
DMakefile.in189 ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html\
/external/tremolo/Tremolo/
Dogg.h187 extern int ogg_sync_clear(ogg_sync_state *oy);
Dframing.c592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() function
/external/flac/libFLAC/
Dogg_decoder_aspect.c74 (void)ogg_sync_clear(&aspect->sync_state); in FLAC__ogg_decoder_aspect_finish()
/external/libvorbis/examples/
Ddecoder_example.c310 ogg_sync_clear(&oy); in main()
/external/libogg/include/ogg/
Dogg.h167 extern int ogg_sync_clear(ogg_sync_state *oy);
/external/libvorbis/test/
Dwrite_read.c294 ogg_sync_clear (&oy); in read_vorbis_data_or_die()
/external/libogg/src/
Dframing.c566 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() function
576 ogg_sync_clear(oy); in ogg_sync_destroy()
608 ogg_sync_clear(oy); in ogg_sync_buffer()
/external/libvorbis/lib/
Dvorbisfile.c969 ogg_sync_clear(&vf->oy); in ov_clear()