Lines Matching refs:vorbis_info
28 typedef struct vorbis_info{ struct
54 } vorbis_info; typedef
61 vorbis_info *vi;
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);