Searched defs:vorbis_info (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbiscodec.h51 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);
/external/libvorbis/include/vorbis/
H A Dcodec.h28 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 *v
[all...]

Completed in 363 milliseconds