OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comment_lengths
(Results
1 - 5
of
5
) 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
);
225
vc->
comment_lengths
=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->
comment_lengths
));
230
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
/frameworks/av/media/libstagefright/
OggExtractor.cpp
778
size_t commentLength = mVc.
comment_lengths
[i];
Completed in 2076 milliseconds