/external/libvorbis/macos/ |
libvorbisfile.mcp.exp | 19 ov_time_total
|
/external/libvorbis/win32/ |
vorbisfile.def | 18 ov_time_total
|
/external/libvorbis/doc/vorbisfile/ |
ov_time_total.html | 4 <title>Vorbisfile - function - ov_time_total</title> 16 <h1>ov_time_total</h1> 29 double ov_time_total(OggVorbis_File *vf,int i);
|
chainingexample.html | 94 <p>We use <a href="ov_time_total.html">ov_time_total</a> to determine the total length of the physical bitstream. We specify that we want the entire bitstream by using the argument <tt>-1</tt>. 105 (long)ov_time_total(&ov,-1)); 121 <p><a href="ov_serialnumber.html">ov_serialnumber</a> retrieves the unique serial number for the logical bistream. <a href="ov_raw_total.html">ov_raw_total</a> gives the total compressed bytes for the logical bitstream, and <a href="ov_time_total.html">ov_time_total</a> gives the total time in the logical bitstream. 135 printf(" play time: %lds\n",(long)ov_time_total(&ov,i));
|
Makefile.am | 18 ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
|
chaining_example_c.html | 49 (long)ov_time_total(&ov,-1)); 63 printf(<font color="#666666">" play time: %lds\n"</font>,(long)ov_time_total(&ov,i));
|
reference.html | 60 <a href="ov_time_total.html">ov_time_total()</a><br>
|
seeking_example_c.html | 48 double length=ov_time_total(&ov,-1);
|
seeking_test_c.html | 48 double length=ov_time_total(&ov,-1);
|
fileinfo.html | 56 <td><a href="ov_time_total.html">ov_time_total</a></td>
|
seekexample.html | 100 double length=ov_time_total(&ov,-1);
|
Makefile.in | 210 ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
|
/external/libvorbis/examples/ |
chaining_example.c | 50 (long)ov_time_total(&ov,-1)); 66 printf("\t\tplay time: %lds\n",(long)ov_time_total(&ov,i));
|
seeking_example.c | 114 timelength=ov_time_total(&ov,-1);
|
/external/libvorbis/doc/ |
vorbis-errors.txt | 84 double ov_time_total()
|
/external/tremolo/Tremolo/ |
vorbisfile.c | 883 /* This once read: return(rint(bits/ov_time_total(vf,-1))); 887 return (long)(bits*1000/ov_time_total(vf,-1)); 891 return (long)((vf->offsets[i+1]-vf->dataoffsets[i])*8000/ov_time_total(vf,i)); 978 ogg_int64_t ov_time_total(OggVorbis_File *vf,int i){ function 985 acc+=ov_time_total(vf,i); [all...] |
ivorbisfile.h | 118 extern ogg_int64_t ov_time_total(OggVorbis_File *vf,int i);
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 168 extern double ov_time_total(OggVorbis_File *vf,int i);
|
/external/libvorbis/lib/ |
vorbisfile.c | 1198 double ov_time_total(OggVorbis_File *vf,int i){ function [all...] |