OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StagefrightPluginLoader
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
StagefrightPluginLoader.cpp
18
#define LOG_TAG "
StagefrightPluginLoader
"
24
#include "
StagefrightPluginLoader
.h"
28
/* static */ Mutex
StagefrightPluginLoader
::sMutex;
29
/* static */ std::unique_ptr<
StagefrightPluginLoader
>
StagefrightPluginLoader
::sInstance;
37
StagefrightPluginLoader
::
StagefrightPluginLoader
(const char *libPath) {
63
StagefrightPluginLoader
::~
StagefrightPluginLoader
() {
70
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"
90
StagefrightPluginLoader
::GetCCodecInstance()->createBuilder());
100
StagefrightPluginLoader
::GetCCodecInstance()->createInputSurface();
MediaCodec.cpp
27
#include "
StagefrightPluginLoader
.h"
484
StagefrightPluginLoader
::GetCCodecInstance()->createInputSurface();
859
return
StagefrightPluginLoader
::GetCCodecInstance()->createCodec();
[
all
...]
Completed in 145 milliseconds