Searched refs:typeMap (Results 1 – 3 of 3) 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 …]
70 TypeMap typeMap; ///< Map of types supported by this codec member
504 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList()