Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp7653 size_t tagLength = strlen(tag); in removeTrailingTags() local
7654 while (length > minLength + tagLength in removeTrailingTags()
7655 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()
7656 && key[length - tagLength - 1] == '.') { in removeTrailingTags()
7657 length -= tagLength + 1; in removeTrailingTags()