OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_decode_clear
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
261
static int
_decode_clear
(OggVorbis_File *vf){
function
290
if(vf->ready_state>OPENED)
_decode_clear
(vf);
349
if(link != vf->current_link)
_decode_clear
(vf);
654
_decode_clear
(vf);
1094
_decode_clear
(vf); /* clear out stream state */
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
655
static void
_decode_clear
(OggVorbis_File *vf){
function
792
_decode_clear
(vf);
1025
_decode_clear
(vf); /* clear out stream state; later on libvorbis
[
all
...]
Completed in 21 milliseconds