HomeSort by relevance Sort by last modified time
    Searched refs:StagefrightPluginLoader (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightPluginLoader.cpp 18 #define LOG_TAG "StagefrightPluginLoader"
23 #include "StagefrightPluginLoader.h"
27 /* static */ Mutex StagefrightPluginLoader::sMutex;
28 /* static */ std::unique_ptr<StagefrightPluginLoader> StagefrightPluginLoader::sInstance;
30 StagefrightPluginLoader::StagefrightPluginLoader(const char *libPath)
54 StagefrightPluginLoader::~StagefrightPluginLoader() {
61 CodecBase *StagefrightPluginLoader::createCodec()
    [all...]
StagefrightPluginLoader.h 28 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;
MediaCodecList.cpp 22 #include "StagefrightPluginLoader.h"
89 StagefrightPluginLoader::GetCCodecInstance()->createBuilder());
99 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface();
MediaCodec.cpp 27 #include "StagefrightPluginLoader.h"
484 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface();
859 return StagefrightPluginLoader::GetCCodecInstance()->createCodec();
    [all...]

Completed in 930 milliseconds