Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp126 for (const auto& quirk : codec->second.quirkSet) { in allocateNode() local
127 if (quirk == "quirk::requires-allocate-on-input-ports") { in allocateNode()
131 if (quirk == "quirk::requires-allocate-on-output-ports") { in allocateNode()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp1519 for (const std::string &quirk : codec.second.quirkSet) { in generateRoleMap() local
1520 if (strHasPrefix(quirk.c_str(), "attribute::")) { in generateRoleMap()
1521 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()