Home
last modified time | relevance | path

Searched refs:tell_func (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Divorbisfile.h63 long (*tell_func) (void *datasource); member
Dvorbisfile.c513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
/external/libvorbis/include/vorbis/
Dvorbisfile.h43 long (*tell_func) (void *datasource); member
/external/libvorbis/lib/
Dvorbisfile.c625 if(vf->callbacks.seek_func && vf->callbacks.tell_func){ in _open_seekable2()
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()