Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp21 ov_raw_seek
/external/libvorbis/win32/
Dvorbisfile.def19 ov_raw_seek
/external/libvorbis/doc/vorbisfile/
DMakefile.am13 ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
DMakefile.in205 ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
/external/tremolo/Tremolo/
Divorbisfile.h120 extern int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos);
Dvorbisfile.c539 return ov_raw_seek(vf,0); in _open_seekable2()
999 int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos){ in ov_raw_seek() function
1283 return ov_raw_seek(vf,result); in ov_pcm_seek_page()
/external/libvorbis/doc/
Dvorbis-errors.txt87 int ov_raw_seek()
/external/libvorbis/include/vorbis/
Dvorbisfile.h170 extern int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos);
/external/libvorbis/examples/
Dseeking_example.c140 ret=ov_raw_seek(&ov,val); in main()
/external/libvorbis/lib/
Dvorbisfile.c651 return(ov_raw_seek(vf,dataoffset)); in _open_seekable2()
1219 int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos){ in ov_raw_seek() function
1533 return ov_raw_seek(vf,result); in ov_pcm_seek_page()
2245 return _ov_64_seek_lap(vf,pos,ov_raw_seek); in ov_raw_seek_lap()