Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp25 ov_time_seek_page
/external/libvorbis/win32/
Dvorbisfile.def23 ov_time_seek_page
/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.h124 extern int ov_time_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
Dvorbisfile.c1459 int ov_time_seek_page(OggVorbis_File *vf,ogg_int64_t milliseconds){ in ov_time_seek_page() function
/external/libvorbis/doc/
Dvorbis-errors.txt99 int ov_time_seek_page()
/external/libvorbis/include/vorbis/
Dvorbisfile.h174 extern int ov_time_seek_page(OggVorbis_File *vf,double pos);
/external/libvorbis/examples/
Dseeking_example.c202 ret=ov_time_seek_page(&ov,val); in main()
/external/libvorbis/lib/
Dvorbisfile.c1697 int ov_time_seek_page(OggVorbis_File *vf,double seconds){ in ov_time_seek_page() function
2310 return _ov_d_seek_lap(vf,pos,ov_time_seek_page); in ov_time_seek_page_lap()