Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h54 typedef std::map<std::string, std::string> AttributeMap; typedef
56 typedef std::pair<std::string, AttributeMap> Type;
57 typedef std::map<std::string, AttributeMap> TypeMap;
102 const AttributeMap& getServiceAttributeMap() const;
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h71 AttributeMapType AttributeMap; variable
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h71 AttributeMapType AttributeMap; variable
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp255 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDataBase; in setCodecProperties()
257 pair<string, MediaCodecsXmlParser::AttributeMap>(typeName, AttributeMapDB)); in setCodecProperties()
313 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap()
379 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDB = in TEST_F()
381 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F()
382 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMapDB = TypeMapDB.begin(); in TEST_F()
383 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMap = TypeMap.begin(); in TEST_F()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h74 AttributeMapType AttributeMap; variable
134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp370 std::string setting, const MediaCodecsXmlParser::AttributeMap &settings, in isSettingEnabled()
380 std::string variant, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantEnabled()
385 std::string exp, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantExpressionEnabled()
393 std::string domain, const MediaCodecsXmlParser::AttributeMap &settings) { in isDomainEnabled()
505 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList()
687 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp184 AttributeMap mServiceAttributeMap;
290 MediaCodecsXmlParser::AttributeMap &type() { in type()
394 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap()
1025 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first; in enterMediaCodec()
1214 typeIt = codecIt->second.typeMap.insert(Type(name, AttributeMap())).first; in enterType()
1592 const MediaCodecsXmlParser::AttributeMap&
/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp136 MediaCodecsXmlParser::AttributeMap attributeMap = searchTypeMap->second; in TEST()