Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp22 ov_pcm_seek
/external/libvorbis/win32/
Dvorbisfile.def20 ov_pcm_seek
/external/libvorbis/doc/vorbisfile/
DMakefile.am11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
DMakefile.in203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
/external/tremolo/Tremolo/
Divorbisfile.h121 extern int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos);
Dvorbisfile.c1329 int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos){ in ov_pcm_seek() function
1452 ov_pcm_seek(vf,pcm_total+(milliseconds-time_total)* in ov_time_seek()
/external/libvorbis/doc/
Dvorbis-errors.txt93 int ov_pcm_seek()
/external/libvorbis/include/vorbis/
Dvorbisfile.h171 extern int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos);
/external/libvorbis/examples/
Dseeking_example.c178 ret=ov_pcm_seek(&ov,val); in main()
/external/libvorbis/lib/
Dvorbisfile.c1572 int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos){ in ov_pcm_seek() function
1691 return(ov_pcm_seek(vf,target)); in ov_time_seek()
2249 return _ov_64_seek_lap(vf,pos,ov_pcm_seek); in ov_pcm_seek_lap()