Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp67 for (const auto& attributePair : serviceAttributeMap) { in OmxStore() local
69 attribute.key = attributePair.first; in OmxStore()
70 attribute.value = attributePair.second; in OmxStore()
101 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore() local
103 attribute.key = attributePair.first; in OmxStore()
104 attribute.value = attributePair.second; in OmxStore()