Lines Matching refs:vcomment
133 vorbis_comment vcomment ;
166 vorbis_comment_init (&vdata->vcomment) ;
178 if (vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) < 0)
219 vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) ;
231 psf_log_printf (psf, "Encoded by : %s\n", vdata->vcomment.vendor) ;
277 dd = vorbis_comment_query (&vdata->vcomment, vorbis_metatypes [i].name, 0) ;
334 vorbis_comment_init (&vdata->vcomment) ;
336 vorbis_comment_add_tag (&vdata->vcomment, "ENCODER", "libsndfile") ;
358 vorbis_comment_add_tag (&vdata->vcomment, name, psf->strings.storage + psf->strings.data [k].offset) ;
385 vorbis_analysis_headerout (&vdata->vdsp, &vdata->vcomment, &header, &header_comm, &header_code) ;
449 vorbis_comment_clear (&vdata->vcomment) ;