OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ov_time_seek_page
(Results
1 - 7
of
7
) sorted by null
/external/libvorbis/macos/
libvorbisfile.mcp.exp
25
ov_time_seek_page
/external/libvorbis/doc/vorbisfile/
Makefile.am
17
ov_time_seek.html ov_time_seek_lap.html
ov_time_seek_page
.html\
/external/tremolo/Tremolo/
ivorbisfile.h
124
extern int
ov_time_seek_page
(OggVorbis_File *vf,ogg_int64_t pos);
vorbisfile.c
1459
int
ov_time_seek_page
(OggVorbis_File *vf,ogg_int64_t milliseconds){
function
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
174
extern int
ov_time_seek_page
(OggVorbis_File *vf,double pos);
/external/libvorbis/examples/
seeking_example.c
202
ret=
ov_time_seek_page
(&ov,val);
/external/libvorbis/lib/
vorbisfile.c
1697
int
ov_time_seek_page
(OggVorbis_File *vf,double seconds){
function
[
all
...]
Completed in 86 milliseconds