Home
last modified time | relevance | path

Searched refs:ov_time_seek (Results 1 – 10 of 10) sorted by relevance

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp24 ov_time_seek
/external/libvorbis/win32/
Dvorbisfile.def22 ov_time_seek
/external/libvorbis/doc/vorbisfile/
DMakefile.am17 ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
DMakefile.in209 ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
/external/tremolo/Tremolo/
Divorbisfile.h123 extern int ov_time_seek(OggVorbis_File *vf,ogg_int64_t pos);
Dvorbisfile.c1429 int ov_time_seek(OggVorbis_File *vf,ogg_int64_t milliseconds){ in ov_time_seek() function
/external/libvorbis/doc/
Dvorbis-errors.txt96 int ov_time_seek()
/external/libvorbis/include/vorbis/
Dvorbisfile.h173 extern int ov_time_seek(OggVorbis_File *vf,double pos);
/external/libvorbis/examples/
Dseeking_example.c221 ret=ov_time_seek(&ov,val); in main()
/external/libvorbis/lib/
Dvorbisfile.c1667 int ov_time_seek(OggVorbis_File *vf,double seconds){ in ov_time_seek() function
2306 return _ov_d_seek_lap(vf,pos,ov_time_seek); in ov_time_seek_lap()