HomeSort by relevance Sort by last modified time
    Searched refs:tell_func (Results 1 - 4 of 4) sorted by null

  /external/tremolo/Tremolo/
ivorbisfile.h 63 long (*tell_func) (void *datasource); member in struct:__anon36181
vorbisfile.c 513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 43 long (*tell_func) (void *datasource); member in struct:__anon29345
  /external/libvorbis/lib/
vorbisfile.c 625 if(vf->callbacks.seek_func && vf->callbacks.tell_func){
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
632 /* If seek_func is implemented, tell_func must also be implemented */
    [all...]

Completed in 230 milliseconds