Home
last modified time | relevance | path

Searched refs:getCodecMap (Results 1 – 5 of 5) 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.h107 const CodecMap& getCodecMap() const;
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp371 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()
435 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp391 const CodecMap& getCodecMap() const { in getCodecMap() function
1426 MediaCodecsXmlParser::getCodecMap() const { in getCodecMap() function in android::MediaCodecsXmlParser
1427 return mImpl->getCodecMap(); in getCodecMap()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp288 for (const MediaCodecsXmlParser::Codec &mcodec : mParser.getCodecMap()) { in TEST_F()