Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp119 const auto& codec = mParser.getCodecMap().find(name.c_str()); in allocateNode()
120 if (codec == mParser.getCodecMap().cend()) { in allocateNode()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h107 const CodecMap& getCodecMap() const;
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp544 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()
608 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()
/aosp_15_r20/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp95 MediaCodecsXmlParser::CodecMap codecMap = parser.getCodecMap(); in TEST()
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp399 const CodecMap& getCodecMap() const { in getCodecMap() function
1598 MediaCodecsXmlParser::getCodecMap() const { in getCodecMap() function in android::MediaCodecsXmlParser
1599 return mImpl->getCodecMap(); in getCodecMap()

123