OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon15868
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:__anon10851
/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 38 milliseconds