Home
last modified time | relevance | path

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

/external/tremor/Tremor/
Dinfo.c64 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query()
67 return vc->user_comments[i] + taglen; in vorbis_comment_query()
83 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
94 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]); in vorbis_comment_clear()
95 if(vc->user_comments)_ogg_free(vc->user_comments); in vorbis_comment_clear()
204 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment()
211 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1); in _vorbis_unpack_comment()
212 _v_readstring(opb,vc->user_comments[i],len); in _vorbis_unpack_comment()
Divorbisfile_example.c54 char **ptr=ov_comment(&vf,-1)->user_comments; in main()
Divorbiscodec.h60 char **user_comments; member
/external/opencore/android/
Dmediascanner.cpp446 char **ptr=ov_comment(&vf,-1)->user_comments; in parseOgg()