Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.h30 static const std::unique_ptr<StagefrightPluginLoader> &GetCCodecInstance();
DStagefrightPluginLoader.cpp95 const std::unique_ptr<StagefrightPluginLoader> &StagefrightPluginLoader::GetCCodecInstance() { in GetCCodecInstance() function in android::StagefrightPluginLoader
DMediaCodecList.cpp90 StagefrightPluginLoader::GetCCodecInstance()->createBuilder()); in GetCodec2InfoBuilder()
100 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface(); in GetBuilders()
DMediaCodec.cpp495 StagefrightPluginLoader::GetCCodecInstance()->createInputSurface(); in CreatePersistentInputSurface()
881 return StagefrightPluginLoader::GetCCodecInstance()->createCodec(); in CreateCCodec()