Home
last modified time | relevance | path

Searched refs:ov_pcm_tell (Results 1 – 9 of 9) sorted by relevance

/external/libvorbis/examples/
Dseeking_example.c44 if(pcmval!=-1 && ov_pcm_tell(ov)>pcmval){ in _verify()
46 (long)pcmval,(long)ov_pcm_tell(ov)); in _verify()
54 pos=ov_pcm_tell(ov); in _verify()
183 if(ov_pcm_tell(&ov)!=val){ in main()
185 (long)val,(long)ov_pcm_tell(&ov)); in main()
/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp34 ov_pcm_tell
/external/libvorbis/win32/
Dvorbisfile.def30 ov_pcm_tell
/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.h127 extern ogg_int64_t ov_pcm_tell(OggVorbis_File *vf);
Dvorbisfile.c1495 ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){ in ov_pcm_tell() function
/external/libvorbis/include/vorbis/
Dvorbisfile.h183 extern ogg_int64_t ov_pcm_tell(OggVorbis_File *vf);
/external/libvorbis/lib/
Dvorbisfile.c1733 ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){ in ov_pcm_tell() function