Home
last modified time | relevance | path

Searched refs:vcomment (Results 1 – 1 of 1) sorted by relevance

/third_party/libsnd/src/
Dogg_vorbis.c127 vorbis_comment vcomment ; member
163 vorbis_comment_init (&vdata->vcomment) ; in vorbis_read_header()
175 if (vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) < 0) in vorbis_read_header()
216 vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) ; in vorbis_read_header()
228 psf_log_printf (psf, "Encoded by : %s\n", vdata->vcomment.vendor) ; in vorbis_read_header()
283 dd = vorbis_comment_query (&vdata->vcomment, vorbis_metatypes [k].name, 0) ; in vorbis_read_header()
340 vorbis_comment_init (&vdata->vcomment) ; in vorbis_write_header()
342 vorbis_comment_add_tag (&vdata->vcomment, "ENCODER", "libsndfile") ; in vorbis_write_header()
364 …vorbis_comment_add_tag (&vdata->vcomment, name, psf->strings.storage + psf->strings.data [k].offse… in vorbis_write_header()
391 vorbis_analysis_headerout (&vdata->vdsp, &vdata->vcomment, &header, &header_comm, &header_code) ; in vorbis_write_header()
[all …]