Searched refs:ov_raw_seek (Results 1 – 10 of 10) sorted by relevance
/external/libvorbis/macos/ |
D | libvorbisfile.mcp.exp | 21 ov_raw_seek
|
/external/libvorbis/win32/ |
D | vorbisfile.def | 19 ov_raw_seek
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 13 ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
|
D | Makefile.in | 205 ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
|
/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 120 extern int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos);
|
D | vorbisfile.c | 539 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/ |
D | vorbis-errors.txt | 87 int ov_raw_seek()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 170 extern int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos);
|
/external/libvorbis/examples/ |
D | seeking_example.c | 140 ret=ov_raw_seek(&ov,val); in main()
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 651 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()
|