OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsettest
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
722
int
offsettest
=(f?callbacks.seek_func(f,0,SEEK_CUR):-1);
local
748
if(
offsettest
!=-1)vf->seekable=1;
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
874
int
offsettest
=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1);
local
897
if(
offsettest
!=-1)vf->seekable=1;
[
all
...]
Completed in 47 milliseconds