Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOggExtractor.cpp1212 size_t tagLen = strlen(kMap[j].mTag); in parseVorbisComment() local
1213 if (!strncasecmp(kMap[j].mTag, comment, tagLen) in parseVorbisComment()
1214 && comment[tagLen] == '=') { in parseVorbisComment()
1218 &comment[tagLen + 1], in parseVorbisComment()
1219 commentLength - tagLen - 1); in parseVorbisComment()
1221 if (!strcasecmp(&comment[tagLen + 1], "true")) { in parseVorbisComment()
1225 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]); in parseVorbisComment()