Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp7622 size_t tagLength = strlen(tag); in removeTrailingTags() local
7623 while (length > minLength + tagLength in removeTrailingTags()
7624 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()
7625 && key[length - tagLength - 1] == '.') { in removeTrailingTags()
7626 length -= tagLength + 1; in removeTrailingTags()