Searched refs:getCodecMap (Results 1 – 4 of 4) sorted by relevance
119 const auto& codec = mParser.getCodecMap().find(name.c_str()); in allocateNode()120 if (codec == mParser.getCodecMap().cend()) { in allocateNode()
103 const CodecMap& getCodecMap() const;
370 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()434 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()
375 const CodecMap& getCodecMap() const { in getCodecMap() function1410 MediaCodecsXmlParser::getCodecMap() const { in getCodecMap() function in android::MediaCodecsXmlParser1411 return mImpl->getCodecMap(); in getCodecMap()