Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dinfo.c68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths, in vorbis_comment_add()
69 (vc->comments+2)*sizeof(*vc->comment_lengths)); in vorbis_comment_add()
70 vc->comment_lengths[vc->comments]=strlen(comment); in vorbis_comment_add()
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1); in vorbis_comment_add()
141 if(vc->comment_lengths)_ogg_free(vc->comment_lengths); in vorbis_comment_clear()
252 vc->comment_lengths=_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment()
258 vc->comment_lengths[i]=len; in _vorbis_unpack_comment()
479 oggpack_write(opb,vc->comment_lengths[i],32); in _vorbis_pack_comment()
480 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
/external/tremolo/Tremolo/
Dtreminfo.c116 if(vc->comment_lengths)_ogg_free(vc->comment_lengths); in vorbis_comment_clear()
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment()
231 if (!vc->comment_lengths)goto err_out; in _vorbis_unpack_comment()
236 vc->comment_lengths[i]=len; in _vorbis_unpack_comment()
Divorbiscodec.h81 int *comment_lengths; member
/external/libvorbis/include/vorbis/
Dcodec.h144 int *comment_lengths; member