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

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c149 extern int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos);
1526 int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos){ function
1616 /* translate time to PCM position and call ov_pcm_seek */
1636 return(ov_pcm_seek(vf,target));
1643 /* translate time to PCM position and call ov_pcm_seek */
1682 /* translate time to PCM position and call ov_pcm_seek */
2147 if (ov_pcm_seek((OggVorbis_File *)s->extHead2, (ogg_int64_t) pos)) {

Completed in 112 milliseconds