Searched refs:user_comments (Results 1 – 6 of 6) sorted by relevance
/external/tremolo/Tremolo/ |
D | treminfo.c | 84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 87 return vc->user_comments[i] + taglen; in vorbis_comment_query() 103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count() 114 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]); in vorbis_comment_clear() 115 if(vc->user_comments)_ogg_free(vc->user_comments); in vorbis_comment_clear() 225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment() 226 if (!vc->user_comments){ in _vorbis_unpack_comment() 237 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1); in _vorbis_unpack_comment() 238 if(!vc->user_comments[i])goto err_out; in _vorbis_unpack_comment() 239 _v_readstring(opb,vc->user_comments[i],len); in _vorbis_unpack_comment()
|
D | ivorbiscodec.h | 80 char **user_comments; member
|
/external/libvorbis/lib/ |
D | info.c | 66 vc->user_comments=_ogg_realloc(vc->user_comments, in vorbis_comment_add() 67 (vc->comments+2)*sizeof(*vc->user_comments)); in vorbis_comment_add() 71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1); in vorbis_comment_add() 72 strcpy(vc->user_comments[vc->comments], comment); in vorbis_comment_add() 74 vc->user_comments[vc->comments]=NULL; in vorbis_comment_add() 107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 110 return vc->user_comments[i] + taglen; in vorbis_comment_query() 126 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count() 136 if(vc->user_comments){ in vorbis_comment_clear() 138 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]); in vorbis_comment_clear() [all …]
|
/external/libvorbis/examples/ |
D | vorbisfile_example.c | 55 char **ptr=ov_comment(&vf,-1)->user_comments; in main()
|
D | decoder_example.c | 188 char **ptr=vc.user_comments; in main()
|
/external/libvorbis/include/vorbis/ |
D | codec.h | 143 char **user_comments; member
|