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.cpp48 for (const auto& attributePair : serviceAttributeMap) { in OmxStore() local
50 attribute.key = attributePair.first; in OmxStore()
51 attribute.value = attributePair.second; in OmxStore()
78 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore() local
80 attribute.key = attributePair.first; in OmxStore()
81 attribute.value = attributePair.second; in OmxStore()