Searched refs:AttributeMap (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/ |
D | MediaCodecsXmlParser.h | 54 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/av/media/libstagefright/xmlparser/test/ |
D | XMLParserTest.cpp | 183 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDataBase; in setCodecProperties() 185 pair<string, MediaCodecsXmlParser::AttributeMap>(typeName, AttributeMapDB)); in setCodecProperties() 241 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap() 307 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDB = in TEST_F() 309 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F() 310 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMapDB = TypeMapDB.begin(); in TEST_F() 311 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMap = TypeMap.begin(); in TEST_F()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.h | 74 AttributeMapType AttributeMap; variable 134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 259 std::string setting, const MediaCodecsXmlParser::AttributeMap &settings, in isSettingEnabled() 269 std::string variant, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantEnabled() 274 std::string exp, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantExpressionEnabled() 282 std::string domain, const MediaCodecsXmlParser::AttributeMap &settings) { in isDomainEnabled() 341 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList() 521 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 178 AttributeMap mServiceAttributeMap; 284 MediaCodecsXmlParser::AttributeMap &type() { in type() 386 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap() 989 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first; in enterMediaCodec() 1128 typeIt = codecIt->second.typeMap.insert(Type(name, AttributeMap())).first; in enterType() 1420 const MediaCodecsXmlParser::AttributeMap&
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 106298 Ljava/text/AttributedString$AttributeMap;->beginIndex:I 106299 Ljava/text/AttributedString$AttributeMap;->endIndex:I 106300 Ljava/text/AttributedString$AttributeMap;->runIndex:I
|