Home
last modified time | relevance | path

Searched refs:StagefrightPluginLoader (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.cpp27 /* static */ Mutex StagefrightPluginLoader::sMutex;
28 /* static */ std::unique_ptr<StagefrightPluginLoader> StagefrightPluginLoader::sInstance;
30 StagefrightPluginLoader::StagefrightPluginLoader(const char *libPath) in StagefrightPluginLoader() function in android::StagefrightPluginLoader
54 StagefrightPluginLoader::~StagefrightPluginLoader() { in ~StagefrightPluginLoader()
61 CodecBase *StagefrightPluginLoader::createCodec() { in createCodec()
69 MediaCodecListBuilderBase *StagefrightPluginLoader::createBuilder() { in createBuilder()
77 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
86 const std::unique_ptr<StagefrightPluginLoader> &StagefrightPluginLoader::GetCCodecInstance() { in GetCCodecInstance()
90 sInstance.reset(new StagefrightPluginLoader("libstagefright_ccodec.so")); in GetCCodecInstance()
DStagefrightPluginLoader.h28 class StagefrightPluginLoader {
30 static const std::unique_ptr<StagefrightPluginLoader> &GetCCodecInstance();
31 ~StagefrightPluginLoader();
38 explicit StagefrightPluginLoader(const char *libPath);
41 static std::unique_ptr<StagefrightPluginLoader> sInstance;
DMediaCodecList.cpp89 StagefrightPluginLoader::GetCCodecInstance()->createBuilder()); in GetCodec2InfoBuilder()
99 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface(); in GetBuilders()
DAndroid.bp136 "StagefrightPluginLoader.cpp",
DMediaCodec.cpp484 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface(); in CreatePersistentInputSurface()
859 return StagefrightPluginLoader::GetCCodecInstance()->createCodec(); in CreateCCodec()