Searched refs:getCodecMap (Results 1 – 5 of 5) sorted by relevance
119 const auto& codec = mParser.getCodecMap().find(name.c_str()); in allocateNode()120 if (codec == mParser.getCodecMap().cend()) { in allocateNode()
107 const CodecMap& getCodecMap() const;
371 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()435 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()
391 const CodecMap& getCodecMap() const { in getCodecMap() function1426 MediaCodecsXmlParser::getCodecMap() const { in getCodecMap() function in android::MediaCodecsXmlParser1427 return mImpl->getCodecMap(); in getCodecMap()
288 for (const MediaCodecsXmlParser::Codec &mcodec : mParser.getCodecMap()) { in TEST_F()