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

  /external/libvorbis/macos/
libvorbisfile.mcp.exp 11 ov_bitrate
  /external/libvorbis/win32/
vorbisfile.def 11 ov_bitrate
  /external/libvorbis/doc/vorbisfile/
ov_bitrate.html 4 <title>Vorbisfile - function - ov_bitrate</title>
16 <h1>ov_bitrate</h1>
29 long ov_bitrate(OggVorbis_File *vf,int i);
Makefile.am 8 initialization.html ov_bitrate.html ov_bitrate_instant.html\
reference.html 53 <a href="ov_bitrate.html">ov_bitrate()</a><br>
ov_bitrate_instant.html 4 <title>Vorbisfile - function - ov_bitrate</title>
ov_comment.html 4 <title>Vorbisfile - function - ov_bitrate</title>
fileinfo.html 28 <td><a href="ov_bitrate.html">ov_bitrate</a></td>
chaining_example_c.html 60 vi-&gt;rate,vi-&gt;channels,ov_bitrate(&amp;ov,i)/1000,
chainingexample.html 132 vi-&gt;rate,vi-&gt;channels,ov_bitrate(&amp;ov,i)/1000,
Makefile.in 200 initialization.html ov_bitrate.html ov_bitrate_instant.html\
  /external/libvorbis/doc/
vorbis-errors.txt 72 long ov_bitrate()
  /external/libvorbis/examples/
chaining_example.c 61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
  /external/libvorbis/include/vorbis/
vorbisfile.h 160 extern long ov_bitrate(OggVorbis_File *vf,int i);
  /external/tremolo/Tremolo/
ivorbisfile.h 110 extern long ov_bitrate(OggVorbis_File *vf,int i);
vorbisfile.c 874 long ov_bitrate(OggVorbis_File *vf,int i){ function
877 if(!vf->seekable && i!=0)return ov_bitrate(vf,0);
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 1091 long ov_bitrate(OggVorbis_File *vf,int i){ function
    [all...]

Completed in 249 milliseconds