Home
last modified time | relevance | path

Searched refs:getCodecMap (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp119 const auto& codec = mParser.getCodecMap().find(name.c_str()); in allocateNode()
120 if (codec == mParser.getCodecMap().cend()) { in allocateNode()
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h103 const CodecMap& getCodecMap() const;
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp370 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()
434 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp375 const CodecMap& getCodecMap() const { in getCodecMap() function
1410 MediaCodecsXmlParser::getCodecMap() const { in getCodecMap() function in android::MediaCodecsXmlParser
1411 return mImpl->getCodecMap(); in getCodecMap()