OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_comments
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
treminfo.c
84
if(!tagcompare(vc->
user_comments
[i], fulltag, taglen)){
87
return vc->
user_comments
[i] + taglen;
103
if(!tagcompare(vc->
user_comments
[i], fulltag, taglen))
114
if(vc->
user_comments
[i])_ogg_free(vc->
user_comments
[i]);
115
if(vc->
user_comments
)_ogg_free(vc->
user_comments
);
224
vc->
user_comments
=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->
user_comments
));
231
vc->
user_comments
[i]=(char *)_ogg_calloc(len+1,1)
[
all
...]
ivorbiscodec.h
80
char **
user_comments
;
member in struct:vorbis_comment
/frameworks/base/media/libstagefright/
OggExtractor.cpp
777
const char *comment = mVc.
user_comments
[i];
780
//LOGI("comment #%d: '%s'", i + 1, mVc.
user_comments
[i]);
/external/jdiff/src/jdiff/
Options.java
420
System.err.println(" -usercommentsdir <directory> Path to dir containing the
user_comments
* file(s)");
Completed in 40 milliseconds