Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp655 const char* a_max = nullptr; in addLimit() local
687 a_max = attrs[i]; in addLimit()
754 if (a_min != nullptr && a_max != nullptr) { in addLimit()
762 range += a_max; in addLimit()
763 } else if (a_min != nullptr || a_max != nullptr) { in addLimit()
838 if (a_max != nullptr) { in addLimit()
844 mCurrentType->second[std::string("max-") + a_name] = a_max; in addLimit()