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

  /external/libvorbis/macos/
libvorbisfile.mcp.exp 37 ov_info
  /external/libvorbis/win32/
vorbisfile.def 32 ov_info
  /external/libvorbis/doc/vorbisfile/
ov_info.html 4 <title>Vorbisfile - function - ov_info</title>
16 <h1>ov_info</h1>
27 vorbis_info *ov_info(<a href="OggVorbis_File.html">OggVorbis_File</a> *vf,int link);
Makefile.am 11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
ov_bitrate.html 20 <p>This function returns the average bitrate for the specified logical bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable.
reference.html 64 <a href="ov_info.html">ov_info()</a><br>
seekingexample.html 109 We're going to pull the channel and bitrate info from the file using <a href="ov_info.html">ov_info()</a> and show them to the user.
119 vorbis_info *vi=ov_info(&vf,-1);
chainingexample.html 119 <p>We use <a href="ov_info.html">ov_info</a> to pull out the <a href="vorbis_info.html">vorbis_info</a> struct for each logical bitstream. This struct contains bitstream-specific info.
129 vorbis_info *vi=ov_info(&amp;ov,i);
example.html 113 We're going to pull the channel and bitrate info from the file using <a href="ov_info.html">ov_info()</a> and show them to the user.
123 vorbis_info *vi=ov_info(&vf,-1);
fileinfo.html 72 <td><a href="ov_info.html">ov_info</a></td>
chaining_example_c.html 57 vorbis_info *vi=ov_info(&amp;ov,i);
vorbisfile_example_c.html 56 vorbis_info *vi=ov_info(&vf,-1);
Makefile.in 203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
  /external/llvm/test/Analysis/Dominators/
2007-01-14-BreakCritEdges.ll 39 br i1 false, label %cond_true8.i, label %ov_info.exit
45 br label %ov_info.exit
47 ov_info.exit: ; preds = %cond_false37.i, %cond_true.i11
50 cond_true44: ; preds = %ov_info.exit, %cond_true8.i
53 cond_next48: ; preds = %cond_true44, %ov_info.exit, %cond_true8.i
  /external/libvorbis/examples/
chaining_example.c 58 vorbis_info *vi=ov_info(&ov,i);
vorbisfile_example.c 56 vorbis_info *vi=ov_info(&vf,-1);
seeking_example.c 103 vorbis_info *vi=ov_info(&ov,i);
  /external/libvorbis/include/vorbis/
vorbisfile.h 186 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
  /external/tremolo/Tremolo/
ivorbisfile.h 130 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
vorbisfile.c 1530 vorbis_info *ov_info(OggVorbis_File *vf,int link){ function
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 1768 vorbis_info *ov_info(OggVorbis_File *vf,int link){ function
    [all...]

Completed in 407 milliseconds