Searched refs:ov_pcm_seek_page (Results 1 – 10 of 10) sorted by relevance
/external/libvorbis/macos/ |
D | libvorbisfile.mcp.exp | 23 ov_pcm_seek_page
|
/external/libvorbis/win32/ |
D | vorbisfile.def | 21 ov_pcm_seek_page
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 12 ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
|
D | Makefile.in | 204 ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
|
/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 122 extern int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
|
D | vorbisfile.c | 1153 int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos){ in ov_pcm_seek_page() function 1333 int ret=ov_pcm_seek_page(vf,pos); in ov_pcm_seek() 1482 ov_pcm_seek_page(vf,pcm_total+(milliseconds-time_total)* in ov_time_seek_page()
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 90 int ov_pcm_seek_page()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 172 extern int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
|
/external/libvorbis/examples/ |
D | seeking_example.c | 159 ret=ov_pcm_seek_page(&ov,val); in main()
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 1388 int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos){ in ov_pcm_seek_page() function 1574 int ret=ov_pcm_seek_page(vf,pos); in ov_pcm_seek() 1721 return(ov_pcm_seek_page(vf,target)); in ov_time_seek_page() 2253 return _ov_64_seek_lap(vf,pos,ov_pcm_seek_page); in ov_pcm_seek_page_lap()
|