Home | History | Annotate | Download | only in vorbis

Lines Matching refs:vorbis_info

28 typedef struct vorbis_info{
54 } 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);
186 extern int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi);
204 extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
207 extern int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi);
215 extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op);
217 extern int vorbis_synthesis_halfrate(vorbis_info *v,int flag);
218 extern int vorbis_synthesis_halfrate_p(vorbis_info *v);