Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance
262 && mCurrent.back().mType != mCurrent.back().mCodec->second.typeMap.end(); in inType()989 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first; in enterMediaCodec()991 typeIt = codecIt->second.typeMap.end(); in enterMediaCodec()1000 typeIt = codecIt->second.typeMap.find(type); in enterMediaCodec()1001 if (typeIt == codecIt->second.typeMap.end()) { in enterMediaCodec()1006 typeIt = codecIt->second.typeMap.begin(); in enterMediaCodec()1007 if (typeIt == codecIt->second.typeMap.end() in enterMediaCodec()1008 || codecIt->second.typeMap.size() != 1) { in enterMediaCodec()1123 TypeMap::iterator typeIt = codecIt->second.typeMap.find(name); in enterType()1125 if (typeIt != codecIt->second.typeMap.end()) { in enterType()[all …]
193 codecProperty.codecProp.typeMap = TypeMapDataBase; in setCodecProperties()241 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap()308 mInputDataVector.at(index).codecProp.typeMap; in TEST_F()309 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F()
70 TypeMap typeMap; ///< Map of types supported by this codec member
60 public void typeMap() { in typeMap() method in WindowInsetsTest
504 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList()