Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp7397 size_t tagLength = strlen(tag); in removeTrailingTags() local
7398 while (length > minLength + tagLength in removeTrailingTags()
7399 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()
7400 && key[length - tagLength - 1] == '.') { in removeTrailingTags()
7401 length -= tagLength + 1; in removeTrailingTags()