Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp23 ov_pcm_seek_page
/external/libvorbis/win32/
Dvorbisfile.def21 ov_pcm_seek_page
/external/libvorbis/doc/vorbisfile/
DMakefile.am12 ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
DMakefile.in204 ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
/external/tremolo/Tremolo/
Divorbisfile.h122 extern int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
Dvorbisfile.c1153 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/
Dvorbis-errors.txt90 int ov_pcm_seek_page()
/external/libvorbis/include/vorbis/
Dvorbisfile.h172 extern int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
/external/libvorbis/examples/
Dseeking_example.c159 ret=ov_pcm_seek_page(&ov,val); in main()
/external/libvorbis/lib/
Dvorbisfile.c1388 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()