Searched refs:vcomment (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/src/ |
H A D | ogg_vorbis.c | 133 vorbis_comment vcomment ; member 166 vorbis_comment_init (&vdata->vcomment) ; in vorbis_read_header() 178 if (vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) < 0) in vorbis_read_header() 219 vorbis_synthesis_headerin (&vdata->vinfo, &vdata->vcomment, &odata->opacket) ; in vorbis_read_header() 231 psf_log_printf (psf, "Encoded by : %s\n", vdata->vcomment.vendor) ; in vorbis_read_header() 277 dd = vorbis_comment_query (&vdata->vcomment, vorbis_metatypes [i].name, 0) ; in vorbis_read_header() 334 vorbis_comment_init (&vdata->vcomment) ; in vorbis_write_header() 336 vorbis_comment_add_tag (&vdata->vcomment, "ENCODER", "libsndfile") ; in vorbis_write_header() 358 vorbis_comment_add_tag (&vdata->vcomment, name, psf->strings.storage + psf->strings.data [k].offset) ; in vorbis_write_header() 385 vorbis_analysis_headerout (&vdata->vdsp, &vdata->vcomment, in vorbis_write_header() [all...] |
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 2257 char *vfile, *vcomment; in parse_master_section() local 2266 err = parse_variant(uc_mgr, n, &vfile, &vcomment); in parse_master_section() 2271 vcomment ? vcomment : comment, in parse_master_section() 2275 free(vcomment); in parse_master_section()
|
Completed in 5 milliseconds