Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXStore.cpp79 std::vector<Attribute>& attributeList = node.attributes; in OMXStore() local
80 attributeList.reserve(nodePair.second.attributeList.size()); in OMXStore()
81 for (const auto& attributePair : nodePair.second.attributeList) { in OMXStore()
85 attributeList.push_back(std::move(attribute)); in OMXStore()
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp75 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local
76 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()
78 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()
82 attributeList[k] = std::move(attribute); in OmxStore()
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h78 std::vector<Attribute> attributeList; member
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java753 List<AttributeHolder> attributeList = searchAttrs(attrs); in obtainStyledAttributes() local
867 if (attributeList != null) { in obtainStyledAttributes()
868 for (int index = 0 ; index < attributeList.size() ; index++) { in obtainStyledAttributes()
869 AttributeHolder attributeHolder = attributeList.get(index); in obtainStyledAttributes()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp1028 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()
1030 nodeInfo.attributeList.push_back( in generateRoleMap()