HomeSort by relevance Sort by last modified time
    Searched full:vorbis_info (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/libvorbis/doc/vorbisfile/
ov_info.html 20 <p>Returns the <a href="vorbis_info.html">vorbis_info</a> struct for the specified bitstream. For nonseekable files, always returns the current vorbis_info struct.
27 vorbis_info *ov_info(<a href="OggVorbis_File.html">OggVorbis_File</a> *vf,int link);
39 <dd>Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the <a href="vorbis_info.html">vorbis_info</a> struct for the current bitstream, this parameter should be set to -1.</dd>
45 <li>Returns the vorbis_info struct for the specified bitstream. Returns vorbis_info for current bitstream if the file is nonseekable or i=-1.</li>
vorbis_info.html 4 <title>Vorbisfile - datatype - vorbis_info</title>
16 <h1>vorbis_info</h1>
21 The vorbis_info structure contains basic information about the audio in a vorbis bitstream.
27 <pre><b>typedef struct vorbis_info{
39 } vorbis_info;</b></pre>
Makefile.am 21 style.css threads.html vorbis_comment.html vorbis_info.html\
datastructures.html 38 <td><a href="vorbis_info.html">vorbis_info</a></td>
reference.html 22 <a href="vorbis_info.html">vorbis_info</a><br>
  /external/libvorbis/include/vorbis/
codec.h 28 typedef struct vorbis_info{ struct
54 } vorbis_info; typedef in typeref:struct:vorbis_info
61 vorbis_info *vi;
132 /* vorbis_info contains all the setup information specific to the
135 etc). vorbis_info and substructures are in backends.h.
138 /* the comments are not part of vorbis_info so that vorbis_info can be
165 extern void vorbis_info_init(vorbis_info *vi);
166 extern void vorbis_info_clear(vorbis_info *vi);
167 extern int vorbis_info_blocksize(vorbis_info *vi,int zo)
    [all...]
vorbisenc.h 38 * Before this function is called, the \ref vorbis_info
46 * \param vi Pointer to an initialized \ref vorbis_info struct.
60 extern int vorbis_encode_init(vorbis_info *vi,
75 * Before this function is called, the \ref vorbis_info struct should be
83 * \param vi Pointer to an initialized vorbis_info struct.
97 extern int vorbis_encode_setup_managed(vorbis_info *vi,
113 * Before this function is called, the \ref vorbis_info struct should be
117 * \param vi Pointer to an initialized vorbis_info struct.
129 extern int vorbis_encode_setup_vbr(vorbis_info *vi,
141 * Before this function is called, the vorbis_info struct should b
    [all...]
  /external/libvorbis/doc/vorbisenc/
vorbis_encode_init_vbr.html 21 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called.
28 extern int vorbis_encode_init_vbr(<a href="vorbis_info.html">vorbis_info</a> *vi,
42 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
Makefile.am 8 vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_info.html \
vorbis_encode_init.html 21 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called.
29 extern int vorbis_encode_init(<a href="vorbis_info.html">vorbis_info</a> *vi,
45 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
vorbis_encode_setup_init.html 23 href="vorbis_info.html">vorbis_info</a> struct should be initialized
41 extern int vorbis_encode_setup_init(<a href="vorbis_info.html">vorbis_info</a> *vi);
51 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
vorbis_encode_setup_managed.html 30 href="vorbis_info.html">vorbis_info</a> struct should be initialized
43 extern int vorbis_encode_init(<a href="vorbis_info.html">vorbis_info</a> *vi,
59 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
vorbis_encode_setup_vbr.html 30 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called.
37 extern int vorbis_encode_init_vbr(<a href="vorbis_info.html">vorbis_info</a> *vi,
51 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
vorbis_info.html 4 <title>vorbis - datatype - vorbis_info</title>
16 <h1>vorbis_info</h1>
21 The vorbis_info structure contains information about a vorbis bitstream.
28 <pre><b>typedef struct vorbis_info{
40 } vorbis_info;</b></pre>
reference.html 21 <a href="vorbis_info.html">vorbis_info</a><br>
  /external/tremolo/Tremolo/
codec_internal.h 59 vorbis_info *vi;
79 extern vorbis_info_floor *floor0_info_unpack(vorbis_info *,oggpack_buffer *);
87 extern vorbis_info_floor *floor1_info_unpack(vorbis_info *,oggpack_buffer *);
149 vorbis_info *vi,oggpack_buffer *opb);
180 extern int mapping_info_unpack(vorbis_info_mapping *,vorbis_info *,
218 extern int vorbis_dsp_init(vorbis_dsp_state *v, vorbis_info *vi);
220 extern vorbis_dsp_state *vorbis_dsp_create(vorbis_info *vi);
222 extern int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,
231 extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op);
ivorbiscodec.h 51 typedef struct vorbis_info{ struct
77 } vorbis_info; typedef in typeref:struct:vorbis_info
90 extern void vorbis_info_init(vorbis_info *vi);
91 extern void vorbis_info_clear(vorbis_info *vi);
92 extern int vorbis_info_blocksize(vorbis_info *vi,int zo);
dsp.c 49 vorbis_info *vi=v->vi;
66 int vorbis_dsp_init(vorbis_dsp_state *v,vorbis_info *vi){
89 vorbis_dsp_state *vorbis_dsp_create(vorbis_info *vi){
98 vorbis_info *vi=v->vi;
145 vorbis_info *vi=v->vi;
171 long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){
209 vorbis_info *vi=vd->vi;
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 24 struct vorbis_info;
57 vorbis_info *mVi;
  /external/libvorbis/lib/
backends.h 32 vorbis_info_floor *(*unpack)(vorbis_info *,oggpack_buffer *);
90 vorbis_info_residue *(*unpack)(vorbis_info *,oggpack_buffer *);
123 void (*pack) (vorbis_info *,vorbis_info_mapping *,
125 vorbis_info_mapping *(*unpack)(vorbis_info *,oggpack_buffer *);
synthesis.c 29 vorbis_info *vi= vd ? vd->vi : 0;
97 vorbis_info *vi=vd->vi;
139 long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){
167 int vorbis_synthesis_halfrate(vorbis_info *vi,int flag){
177 int vorbis_synthesis_halfrate_p(vorbis_info *vi){
bitrate.h 53 extern void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bs);
envelope.h 73 extern void _ve_envelope_init(envelope_lookup *e,vorbis_info *vi);
vorbisenc.c 65 does not directly deal with any vorbis_info or codec_setup_info
190 static void vorbis_encode_floor_setup(vorbis_info *vi,int s,
228 static void vorbis_encode_global_psych_setup(vorbis_info *vi,double s,
255 static void vorbis_encode_global_stereo(vorbis_info *vi,
304 static void vorbis_encode_psyset_setup(vorbis_info *vi,double s,
334 static void vorbis_encode_tonemask_setup(vorbis_info *vi,double s,int block,
359 static void vorbis_encode_compand_setup(vorbis_info *vi,double s,int block,
381 static void vorbis_encode_peak_setup(vorbis_info *vi,double s,int block,
393 static void vorbis_encode_noisebias_setup(vorbis_info *vi,double s,int block,
425 static void vorbis_encode_ath_setup(vorbis_info *vi,int block)
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
2006-12-10-BitCast.ll 4 %struct.vorbis_dsp_state = type { i32, %struct.vorbis_info*, float**, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
5 %struct.vorbis_info = type { i32, i32, i32, i32, i32, i32, i32, i8* }

Completed in 356 milliseconds

1 2 3