HomeSort by relevance Sort by last modified time
    Searched full:ov_time_seek (Results 1 - 18 of 18) sorted by null

  /external/libvorbis/macos/
libvorbisfile.mcp.exp 24 ov_time_seek
  /external/libvorbis/win32/
vorbisfile.def 22 ov_time_seek
  /external/libvorbis/doc/vorbisfile/
ov_time_seek.html 4 <title>Vorbisfile - function - ov_time_seek</title>
16 <h1>ov_time_seek</h1>
31 int ov_time_seek(<a href="OggVorbis_File.html">OggVorbis_File</a> *vf, double s);
ov_time_seek_lap.html 22 href="ov_time_seek.html">ov_time_seek</a> also automatically
26 href="ov_time_seek.html">ov_time_seek</a>.
seekexample.html 21 This program tests the vorbisfile <a href="ov_time_seek.html">ov_time_seek</a> function by seeking to random points within the file.
90 <p>Then we seek to 100 random spots in the bitstream using <a href="ov_time_seek.html">ov_time_seek</a> with randomly generated values.
104 ov_time_seek(&ov,val);
Makefile.am 17 ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
ov_time_seek_page.html 21 streams, this seeks to closest full page preceding the given time. This function is faster than <a href="ov_time_seek.html">ov_time_seek</a> because it doesn't seek through the last few samples to reach an exact time, but it is also less accurate. This should be used when speed is important.
reference.html 43 <a href="ov_time_seek.html">ov_time_seek()</a><br>
seeking_example_c.html 52 ov_time_seek(&ov,val);
seeking_test_c.html 52 ov_time_seek(&ov,val);
seeking.html 62 <td><a href="ov_time_seek.html">ov_time_seek</a></td>
Makefile.in 209 ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
  /external/libvorbis/doc/
vorbis-errors.txt 96 int ov_time_seek()
  /external/libvorbis/include/vorbis/
vorbisfile.h 173 extern int ov_time_seek(OggVorbis_File *vf,double pos);
  /external/tremolo/Tremolo/
ivorbisfile.h 123 extern int ov_time_seek(OggVorbis_File *vf,ogg_int64_t pos);
vorbisfile.c 1429 int ov_time_seek(OggVorbis_File *vf,ogg_int64_t milliseconds){ function
    [all...]
  /external/libvorbis/examples/
seeking_example.c 221 ret=ov_time_seek(&ov,val);
  /external/libvorbis/lib/
vorbisfile.c 1667 int ov_time_seek(OggVorbis_File *vf,double seconds){ function
    [all...]

Completed in 85 milliseconds