Home | History | Annotate | Download | only in lib

Lines Matching refs:vorbis_comment

61 void vorbis_comment_init(vorbis_comment *vc){
65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){
77 void vorbis_comment_add_tag(vorbis_comment *vc, const char *tag, const char *contents){
97 char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count){
118 int vorbis_comment_query_count(vorbis_comment *vc, const char *tag){
133 void vorbis_comment_clear(vorbis_comment *vc){
240 static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){
379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){
461 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
547 int vorbis_commentheader_out(vorbis_comment *vc,
568 vorbis_comment *vc,