HomeSort by relevance Sort by last modified time
    Searched refs:comment_lengths (Results 1 - 7 of 7) sorted by null

  /external/tremolo/Tremolo/
ivorbiscodec.h 81 int *comment_lengths; member in struct:vorbis_comment
treminfo.c 116 if(vc->comment_lengths)_ogg_free(vc->comment_lengths);
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
231 if (!vc->comment_lengths)goto err_out;
236 vc->comment_lengths[i]=len;
  /external/libvorbis/lib/
info.c 68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths,
69 (vc->comments+2)*sizeof(*vc->comment_lengths));
70 vc->comment_lengths[vc->comments]=strlen(comment);
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
141 if(vc->comment_lengths)_ogg_free(vc->comment_lengths);
252 vc->comment_lengths=_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
258 vc->comment_lengths[i]=len
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 144 int *comment_lengths; member in struct:vorbis_comment
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
  /frameworks/av/media/libstagefright/
OggExtractor.cpp     [all...]

Completed in 159 milliseconds